Index: components/proximity_auth/bluetooth_connection_finder.h |
diff --git a/components/proximity_auth/bluetooth_connection_finder.h b/components/proximity_auth/bluetooth_connection_finder.h |
index 40b28dd4bbef276d7b1d4196e5e625fb1d94225e..cca88f637567808d54c4df4b53aa82baee85eb2b 100644 |
--- a/components/proximity_auth/bluetooth_connection_finder.h |
+++ b/components/proximity_auth/bluetooth_connection_finder.h |
@@ -64,7 +64,7 @@ class BluetoothConnectionFinder : public ConnectionFinder, |
void OnAdapterInitialized(scoped_refptr<device::BluetoothAdapter> adapter); |
// ConnectionObserver: |
- void OnConnectionStatusChanged(const Connection& connection, |
+ void OnConnectionStatusChanged(Connection* connection, |
Connection::Status old_status, |
Connection::Status new_status) override; |