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 |