Index: components/proximity_auth/cryptauth/mock_cryptauth_client.h |
diff --git a/components/proximity_auth/cryptauth/mock_cryptauth_client.h b/components/proximity_auth/cryptauth/mock_cryptauth_client.h |
index de818ecfeefb0feabf9a4f077b0a3222d01b74ff..f137c008033bafb83bfadedd2108b23943a93d96 100644 |
--- a/components/proximity_auth/cryptauth/mock_cryptauth_client.h |
+++ b/components/proximity_auth/cryptauth/mock_cryptauth_client.h |
@@ -73,7 +73,7 @@ class MockCryptAuthClientFactory : public CryptAuthClientFactory { |
bool is_strict_; |
// Observers of the factory. |
- ObserverList<Observer> observer_list_; |
+ base::ObserverList<Observer> observer_list_; |
DISALLOW_COPY_AND_ASSIGN(MockCryptAuthClientFactory); |
}; |