| Index: components/proximity_auth/fake_connection.cc
|
| diff --git a/components/proximity_auth/fake_connection.cc b/components/proximity_auth/fake_connection.cc
|
| index 2c77bcac435c67949cd9e4796a5091272e5139f5..c8e22fec942f0f0b4d492c8da2667999940ee23a 100644
|
| --- a/components/proximity_auth/fake_connection.cc
|
| +++ b/components/proximity_auth/fake_connection.cc
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace proximity_auth {
|
|
|
| -FakeConnection::FakeConnection(const RemoteDevice& remote_device)
|
| +FakeConnection::FakeConnection(const cryptauth::RemoteDevice& remote_device)
|
| : Connection(remote_device) {
|
| Connect();
|
| }
|
|
|