Index: components/proximity_auth/client.h |
diff --git a/components/proximity_auth/client.h b/components/proximity_auth/client.h |
index 5cd5107a1a55c5af8adc7980a5980282939cb8b3..3b66e8eb63c4ed69ad3e5c8f22648373ba0c6b84 100644 |
--- a/components/proximity_auth/client.h |
+++ b/components/proximity_auth/client.h |
@@ -91,7 +91,7 @@ class Client : public ConnectionObserver { |
void HandleUnlockResponseMessage(const base::DictionaryValue& message); |
// ConnectionObserver: |
- void OnConnectionStatusChanged(const Connection& connection, |
+ void OnConnectionStatusChanged(Connection* connection, |
Connection::Status old_status, |
Connection::Status new_status) override; |
void OnMessageReceived(const Connection& connection, |