| Index: components/proximity_auth/messenger_impl_unittest.cc
|
| diff --git a/components/proximity_auth/messenger_impl_unittest.cc b/components/proximity_auth/messenger_impl_unittest.cc
|
| index d6f5d885573b727e12c63654092757cb563c1a85..84a16315bda448ec4d9782afcf54480bbb62ad81 100644
|
| --- a/components/proximity_auth/messenger_impl_unittest.cc
|
| +++ b/components/proximity_auth/messenger_impl_unittest.cc
|
| @@ -9,12 +9,12 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
| +#include "components/cryptauth/remote_device.h"
|
| #include "components/proximity_auth/connection.h"
|
| #include "components/proximity_auth/fake_connection.h"
|
| #include "components/proximity_auth/fake_secure_context.h"
|
| #include "components/proximity_auth/messenger_observer.h"
|
| #include "components/proximity_auth/proximity_auth_test_util.h"
|
| -#include "components/proximity_auth/remote_device.h"
|
| #include "components/proximity_auth/remote_status_update.h"
|
| #include "components/proximity_auth/wire_message.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|