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

Unified Diff: chrome/browser/sync/glue/extension_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/extension_data_type_controller.h
diff --git a/chrome/browser/sync/glue/extension_data_type_controller.h b/chrome/browser/sync/glue/extension_data_type_controller.h
index f84649ffa4beb67a4e19872a83c03f7ba51f56d4..baba9a92b97ee667e9c22359cebe8a6c10c601fc 100644
--- a/chrome/browser/sync/glue/extension_data_type_controller.h
+++ b/chrome/browser/sync/glue/extension_data_type_controller.h
@@ -21,7 +21,7 @@ class ExtensionDataTypeController : public sync_driver::UIDataTypeController {
public:
ExtensionDataTypeController(
syncer::ModelType type, // Either EXTENSIONS or APPS.
- sync_driver::SyncApiComponentFactory* sync_factory,
+ sync_driver::SyncClient* sync_client,
Profile* profile);
private:

Powered by Google App Engine
This is Rietveld 408576698