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

Unified Diff: components/sync_driver/shared_change_processor_unittest.cc

Issue 1421003007: [Sync] Componentize ProfileSyncComponentsFactoryImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix sessions api test Created 5 years, 1 month 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/shared_change_processor_unittest.cc
diff --git a/components/sync_driver/shared_change_processor_unittest.cc b/components/sync_driver/shared_change_processor_unittest.cc
index 8a1a24ec8a134f57e30e1c93f8090ba00526e85f..d277a3bf8ea8806ec3f0c12b506f2ba168a4b138 100644
--- a/components/sync_driver/shared_change_processor_unittest.cc
+++ b/components/sync_driver/shared_change_processor_unittest.cc
@@ -42,7 +42,8 @@ class TestSyncApiComponentFactory : public SyncApiComponentFactory {
~TestSyncApiComponentFactory() override {}
// SyncApiComponentFactory implementation.
- void RegisterDataTypes(sync_driver::SyncClient* sync_client) override {}
+ void RegisterDataTypes(
+ const RegisterDataTypesMethod& register_platform_types_method) override {}
sync_driver::DataTypeManager* CreateDataTypeManager(
const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&
debug_info_listener,
@@ -54,7 +55,6 @@ class TestSyncApiComponentFactory : public SyncApiComponentFactory {
}
browser_sync::SyncBackendHost* CreateSyncBackendHost(
const std::string& name,
- SyncClient* sync_client,
invalidation::InvalidationService* invalidator,
const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs,
const base::FilePath& sync_folder) override {
« no previous file with comments | « components/sync_driver/generic_change_processor_unittest.cc ('k') | components/sync_driver/sync_api_component_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698