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

Unified Diff: components/user_manager/user_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
« no previous file with comments | « components/update_client/update_client_internal.h ('k') | components/view_manager/animation_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user_manager_base.h
diff --git a/components/user_manager/user_manager_base.h b/components/user_manager/user_manager_base.h
index d8454efa620387eddf02c6e8fa3bc3cc7a06d9ea..7007681441e30f532ff1b86334493f72ae5ec5df 100644
--- a/components/user_manager/user_manager_base.h
+++ b/components/user_manager/user_manager_base.h
@@ -396,10 +396,10 @@ class USER_MANAGER_EXPORT UserManagerBase : public UserManager {
// been read from trusted device policy yet.
std::string owner_email_;
- ObserverList<UserManager::Observer> observer_list_;
+ base::ObserverList<UserManager::Observer> observer_list_;
// TODO(nkostylev): Merge with session state refactoring CL.
- ObserverList<UserManager::UserSessionStateObserver>
+ base::ObserverList<UserManager::UserSessionStateObserver>
session_state_observer_list_;
// Time at which this object was created.
« no previous file with comments | « components/update_client/update_client_internal.h ('k') | components/view_manager/animation_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698