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

Unified Diff: components/signin/core/browser/signin_error_controller.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 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: components/signin/core/browser/signin_error_controller.h
diff --git a/components/signin/core/browser/signin_error_controller.h b/components/signin/core/browser/signin_error_controller.h
index 2eea9a50da6d10710b9f9396d1f60b75b7dfafa9..d0e17c06f9f0f0752f914a2a6c0d249a8c97f5b9 100644
--- a/components/signin/core/browser/signin_error_controller.h
+++ b/components/signin/core/browser/signin_error_controller.h
@@ -72,7 +72,7 @@ class SigninErrorController : public KeyedService {
// NONE if AuthStatusChanged() has never been invoked).
GoogleServiceAuthError auth_error_;
- ObserverList<Observer, false> observer_list_;
+ base::ObserverList<Observer, false> observer_list_;
DISALLOW_COPY_AND_ASSIGN(SigninErrorController);
};
« no previous file with comments | « components/signin/core/browser/gaia_cookie_manager_service.h ('k') | components/signin/core/browser/signin_manager_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698