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

Unified Diff: chrome/browser/ui/avatar_button_error_controller.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/avatar_button_error_controller.h
diff --git a/chrome/browser/ui/avatar_button_error_controller.h b/chrome/browser/ui/avatar_button_error_controller.h
index 549d7b12330632d5bc31af973d231f1214cd7434..3ed18bf7ada059fdbc4fbe739d7fadb086348f26 100644
--- a/chrome/browser/ui/avatar_button_error_controller.h
+++ b/chrome/browser/ui/avatar_button_error_controller.h
@@ -48,7 +48,7 @@ class AvatarButtonErrorController {
// Observes sync errors and updates the error controller for the avatar
// button accordingly.
- class SyncErrorObserver : public syncer::SyncErrorController::Observer {
+ class SyncErrorObserver : public SyncErrorController::Observer {
public:
SyncErrorObserver(
Profile* profile,
@@ -61,7 +61,7 @@ class AvatarButtonErrorController {
bool HasSyncError();
private:
- syncer::SyncErrorController* GetSyncErrorControllerIfNeeded();
+ SyncErrorController* GetSyncErrorControllerIfNeeded();
Profile* profile_;
AvatarButtonErrorController* avatar_button_error_controller_;
« no previous file with comments | « chrome/browser/ui/autofill/chrome_autofill_client.cc ('k') | chrome/browser/ui/avatar_button_error_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698