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

Unified Diff: components/signin/core/browser/signin_manager_base.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_manager_base.h
diff --git a/components/signin/core/browser/signin_manager_base.h b/components/signin/core/browser/signin_manager_base.h
index b064734b7180284ff4e283781c313369945d80c1..fb712ad408a2f2f87d77e15ff63aa25e38cd2616 100644
--- a/components/signin/core/browser/signin_manager_base.h
+++ b/components/signin/core/browser/signin_manager_base.h
@@ -139,7 +139,7 @@ class SigninManagerBase : public KeyedService {
// List of observers to notify on signin events.
// Makes sure list is empty on destruction.
- ObserverList<Observer, true> observer_list_;
+ base::ObserverList<Observer, true> observer_list_;
// Helper method to notify all registered diagnostics observers with.
void NotifyDiagnosticsObservers(
@@ -158,7 +158,7 @@ class SigninManagerBase : public KeyedService {
std::string authenticated_account_id_;
// The list of SigninDiagnosticObservers.
- ObserverList<signin_internals_util::SigninDiagnosticsObserver, true>
+ base::ObserverList<signin_internals_util::SigninDiagnosticsObserver, true>
signin_diagnostics_observers_;
base::WeakPtrFactory<SigninManagerBase> weak_pointer_factory_;
« no previous file with comments | « components/signin/core/browser/signin_error_controller.h ('k') | components/storage_monitor/storage_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698