Index: components/proximity_auth/screenlock_bridge.h |
diff --git a/components/proximity_auth/screenlock_bridge.h b/components/proximity_auth/screenlock_bridge.h |
index 838637050846e6d2011f71f62436793524f9e23b..f9a47a45fcd10f9d0e62b6ec5366a2b269054a13 100644 |
--- a/components/proximity_auth/screenlock_bridge.h |
+++ b/components/proximity_auth/screenlock_bridge.h |
@@ -180,7 +180,7 @@ class ScreenlockBridge { |
LockHandler* lock_handler_; // Not owned |
// The last focused user's id. |
std::string focused_user_id_; |
- ObserverList<Observer, true> observers_; |
+ base::ObserverList<Observer, true> observers_; |
DISALLOW_COPY_AND_ASSIGN(ScreenlockBridge); |
}; |