Files
brave-core/android/java
Artem Samoilenko 37980ea22b [Android] SyncService was moved to components
Chromium change:
https://github.com/chromium/chromium/commit/008f790110002c3427867eea0acfbe23cef83309

Remove dependencies on SyncService in //chrome and move to //components.
Deletes the instance in //chrome.

Inlines the SyncServiceWrapper into FakeSyncServiceImpl.

Where possible, reuses the profile in the existing code to reduce the
usage of the deprecated method that does not take the Profile reference.

Low-Coverage-Reason: Mechanical refactoring
BUG=1380925

Change-Id: I43853ab63e39c53b8d1408f51c998d076d11a7ad
2023-07-26 16:50:24 -04:00
..