Index: components/proximity_auth/fake_connection.cc |
diff --git a/components/proximity_auth/fake_connection.cc b/components/proximity_auth/fake_connection.cc |
index 68ddae593257d94d9aae3d5376a3ac2e58160d1a..1c9261de6d0a9eb02511dc6bf7996df3be74503a 100644 |
--- a/components/proximity_auth/fake_connection.cc |
+++ b/components/proximity_auth/fake_connection.cc |
@@ -9,7 +9,7 @@ |
namespace proximity_auth { |
FakeConnection::FakeConnection(const RemoteDevice& remote_device) |
- : Connection(RemoteDevice()) { |
+ : Connection(remote_device) { |
Connect(); |
} |