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

Unified Diff: chrome/browser/sync/sessions/session_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/sessions/session_data_type_controller.h
diff --git a/chrome/browser/sync/sessions/session_data_type_controller.h b/chrome/browser/sync/sessions/session_data_type_controller.h
index f7d92fa568e49c461de2e0b321697b6e63180483..6bb539732d299d173e391621fa79607d6febfa69 100644
--- a/chrome/browser/sync/sessions/session_data_type_controller.h
+++ b/chrome/browser/sync/sessions/session_data_type_controller.h
@@ -23,7 +23,7 @@ class SyncedWindowDelegatesGetter;
class SessionDataTypeController : public sync_driver::UIDataTypeController,
public content::NotificationObserver {
public:
- SessionDataTypeController(sync_driver::SyncApiComponentFactory* factory,
+ SessionDataTypeController(sync_driver::SyncClient* sync_client,
Profile* profile,
SyncedWindowDelegatesGetter* synced_window_getter,
sync_driver::LocalDeviceInfoProvider* local_device);
@@ -47,6 +47,7 @@ class SessionDataTypeController : public sync_driver::UIDataTypeController,
void OnLocalDeviceInfoInitialized();
void OnSavingBrowserHistoryPrefChanged();
+ sync_driver::SyncClient* const sync_client_;
Profile* const profile_;
SyncedWindowDelegatesGetter* synced_window_getter_;
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | chrome/browser/sync/sessions/session_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698