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

Unified Diff: chrome/browser/sync/glue/extension_setting_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_setting_data_type_controller.h
diff --git a/chrome/browser/sync/glue/extension_setting_data_type_controller.h b/chrome/browser/sync/glue/extension_setting_data_type_controller.h
index 156847be3a815ba76188fc88d1ef7ffe9410f764..c753cd052d8d6f17473edb3375931df717670757 100644
--- a/chrome/browser/sync/glue/extension_setting_data_type_controller.h
+++ b/chrome/browser/sync/glue/extension_setting_data_type_controller.h
@@ -11,16 +11,15 @@
#include "components/sync_driver/non_ui_data_type_controller.h"
class Profile;
-class ProfileSyncComponentsFactory;
-
-namespace syncer {
-class SyncableService;
-}
namespace extensions {
class StorageFrontend;
}
+namespace sync_driver {
+class SyncClient;
+}
+
namespace browser_sync {
class ExtensionSettingDataTypeController
@@ -29,7 +28,7 @@ class ExtensionSettingDataTypeController
ExtensionSettingDataTypeController(
// Either EXTENSION_SETTINGS or APP_SETTINGS.
syncer::ModelType type,
- ProfileSyncComponentsFactory* profile_sync_factory,
+ sync_driver::SyncClient* sync_client,
Profile* profile);
// NonFrontendDataTypeController implementation

Powered by Google App Engine
This is Rietveld 408576698