Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: components/sync/driver/async_directory_type_controller_unittest.cc

Issue 2769113002: [Sync] Stop accessing BrowserContextKeyedServiceFactory on non-UI thread. (Closed)
Patch Set: Rebase and removing dependent patch set. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/driver/async_directory_type_controller_unittest.cc
diff --git a/components/sync/driver/async_directory_type_controller_unittest.cc b/components/sync/driver/async_directory_type_controller_unittest.cc
index 7d21100eeebfb507546d8e00c7b8f09c7a358bcf..2a30d0349ad04fb8b7834dea54feac72830c12f1 100644
--- a/components/sync/driver/async_directory_type_controller_unittest.cc
+++ b/components/sync/driver/async_directory_type_controller_unittest.cc
@@ -66,7 +66,8 @@ class SharedChangeProcessorMock : public SharedChangeProcessor {
: SharedChangeProcessor(type) {}
base::WeakPtr<SyncableService> Connect(
- SyncClient*,
+ const SyncClient::ServiceProvider&,
+ SyncApiComponentFactory* driver_factory,
GenericChangeProcessorFactory*,
UserShare*,
std::unique_ptr<DataTypeErrorHandler>,
« no previous file with comments | « components/sync/driver/async_directory_type_controller.cc ('k') | components/sync/driver/directory_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698