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

Unified Diff: chromeos/login/login_state.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 | « chromeos/disks/mock_disk_mount_manager.h ('k') | chromeos/network/client_cert_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/login_state.h
diff --git a/chromeos/login/login_state.h b/chromeos/login/login_state.h
index 19dcfff91dcd5b1695bc35b8bd433a0f8fb4a48c..394357e87f52947c355cc3cc5478238f360df8bc 100644
--- a/chromeos/login/login_state.h
+++ b/chromeos/login/login_state.h
@@ -106,7 +106,7 @@ class CHROMEOS_EXPORT LoginState {
LoggedInState logged_in_state_;
LoggedInUserType logged_in_user_type_;
std::string primary_user_hash_;
- ObserverList<Observer> observer_list_;
+ base::ObserverList<Observer> observer_list_;
// If true, it always thinks the current status as logged in. Set to true by
// default running on a Linux desktop without flags and test cases. To test
« no previous file with comments | « chromeos/disks/mock_disk_mount_manager.h ('k') | chromeos/network/client_cert_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698