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

Unified Diff: chrome/browser/sync/glue/search_engine_data_type_controller.h

Issue 1310553005: [Sync] Replace ProfileSyncComponentsFactory with SyncClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fix GN Created 5 years, 4 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: chrome/browser/sync/glue/search_engine_data_type_controller.h
diff --git a/chrome/browser/sync/glue/search_engine_data_type_controller.h b/chrome/browser/sync/glue/search_engine_data_type_controller.h
index 154b773511c171335a5c86873f244c4f3e9e48a4..a40f2b98011bba3379f980f2806c3e2a25a6d37e 100644
--- a/chrome/browser/sync/glue/search_engine_data_type_controller.h
+++ b/chrome/browser/sync/glue/search_engine_data_type_controller.h
@@ -22,9 +22,8 @@ namespace browser_sync {
class SearchEngineDataTypeController
: public sync_driver::UIDataTypeController {
public:
- SearchEngineDataTypeController(
- sync_driver::SyncApiComponentFactory* profile_sync_factory,
- Profile* profile);
+ SearchEngineDataTypeController(sync_driver::SyncClient* sync_client,
+ Profile* profile);
TemplateURLService::Subscription* GetSubscriptionForTesting();

Powered by Google App Engine
This is Rietveld 408576698