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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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.h
diff --git a/chrome/browser/ui/sync/one_click_signin_sync_starter.h b/chrome/browser/ui/sync/one_click_signin_sync_starter.h
index 956efa19aad5040b18774f26793aa37c5540b7ad..ca88c5e6851de1d016d1088a41a7dc0505e1721c 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_starter.h
+++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.h
@@ -29,9 +29,9 @@ namespace content {
class WebContents;
} // namespace content
-namespace syncer {
+namespace sync_driver {
class SyncSetupInProgressHandle;
-} // namespace syncer
+} // namespace sync_driver
// Waits for successful sign-in notification from the signin manager and then
// starts the sync machine. Instances of this class delete themselves once
@@ -246,7 +246,7 @@ class OneClickSigninSyncStarter : public SigninTracker::Observer,
bool first_account_added_to_cookie_;
// Prevents Sync from running until configuration is complete.
- std::unique_ptr<syncer::SyncSetupInProgressHandle> sync_blocker_;
+ std::unique_ptr<sync_driver::SyncSetupInProgressHandle> sync_blocker_;
base::WeakPtrFactory<OneClickSigninSyncStarter> weak_pointer_factory_;
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_sync_observer.h ('k') | chrome/browser/ui/sync/one_click_signin_sync_starter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698