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

Unified Diff: chrome/browser/ui/sync/one_click_signin_sync_starter.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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/ui/sync/one_click_signin_sync_starter.cc
diff --git a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
index 895b9b01f089656d23270dd6660bb4650fa78ef0..cecdd072002589b0233429c0e5d9093cf17925e1 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
+++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
@@ -139,7 +139,7 @@ void OneClickSigninSyncStarter::Initialize(Profile* profile, Browser* browser) {
// Make sure the syncing is requested, otherwise the SigninManager
// will not be able to complete successfully.
- sync_driver::SyncPrefs sync_prefs(profile_->GetPrefs());
+ syncer::SyncPrefs sync_prefs(profile_->GetPrefs());
sync_prefs.SetSyncRequested(true);
}

Powered by Google App Engine
This is Rietveld 408576698