| Index: components/proximity_auth/fake_connection.h
|
| diff --git a/components/proximity_auth/fake_connection.h b/components/proximity_auth/fake_connection.h
|
| index c525d4fb36972163f0d1027d3cacdb8b22307246..5bfe3fbc5ffe34e1cb45ad4377fd0a30a638f8f5 100644
|
| --- a/components/proximity_auth/fake_connection.h
|
| +++ b/components/proximity_auth/fake_connection.h
|
| @@ -13,7 +13,7 @@ namespace proximity_auth {
|
| // A fake implementation of Connection to use in tests.
|
| class FakeConnection : public Connection {
|
| public:
|
| - FakeConnection(const RemoteDevice& remote_device);
|
| + FakeConnection(const cryptauth::RemoteDevice& remote_device);
|
| ~FakeConnection() override;
|
|
|
| // Connection:
|
|
|