Index: components/proximity_auth/client.h |
diff --git a/components/proximity_auth/client.h b/components/proximity_auth/client.h |
index 3b66e8eb63c4ed69ad3e5c8f22648373ba0c6b84..269c672410c5f34b36502d52c0ea4b29ed2e769f 100644 |
--- a/components/proximity_auth/client.h |
+++ b/components/proximity_auth/client.h |
@@ -108,7 +108,7 @@ class Client : public ConnectionObserver { |
scoped_ptr<SecureContext> secure_context_; |
// The registered observers of |this_| client. |
- ObserverList<ClientObserver> observers_; |
+ base::ObserverList<ClientObserver> observers_; |
// Queue of messages to send to the remote device. |
std::deque<PendingMessage> queued_messages_; |