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

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

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_observer.h
diff --git a/chrome/browser/ui/sync/one_click_signin_sync_observer.h b/chrome/browser/ui/sync/one_click_signin_sync_observer.h
index b490330b37c2c78140367d70ca1ff0c1ac6cce71..e4aba734d4f0937eef898c2a5cafbea8e4de76e6 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_observer.h
+++ b/chrome/browser/ui/sync/one_click_signin_sync_observer.h
@@ -20,7 +20,7 @@ class WebContents;
}
class OneClickSigninSyncObserver : public content::WebContentsObserver,
- public sync_driver::SyncServiceObserver {
+ public syncer::SyncServiceObserver {
public:
// Waits for Sync to be initialized, then navigates the |web_contents| to the
// |continue_url|. Instances of this class delete themselves once the job is
@@ -36,7 +36,7 @@ class OneClickSigninSyncObserver : public content::WebContentsObserver,
// content::WebContentsObserver:
void WebContentsDestroyed() override;
- // sync_driver::SyncServiceObserver:
+ // syncer::SyncServiceObserver:
void OnStateChanged() override;
// Loads the |continue_url_| in the |web_contents()|.
« no previous file with comments | « chrome/browser/ui/passwords/password_manager_presenter.cc ('k') | chrome/browser/ui/sync/one_click_signin_sync_starter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698