| Index: components/cryptauth/connection_unittest.cc
|
| diff --git a/components/proximity_auth/connection_unittest.cc b/components/cryptauth/connection_unittest.cc
|
| similarity index 98%
|
| rename from components/proximity_auth/connection_unittest.cc
|
| rename to components/cryptauth/connection_unittest.cc
|
| index c39857cb11d3932879208082c68a14f25e411f31..9058dfa2309ee1ddf36c9e440c98f4aca8ac6836 100644
|
| --- a/components/proximity_auth/connection_unittest.cc
|
| +++ b/components/cryptauth/connection_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/proximity_auth/connection.h"
|
| +#include "components/cryptauth/connection.h"
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "components/cryptauth/remote_device.h"
|
| +#include "components/cryptauth/wire_message.h"
|
| #include "components/proximity_auth/connection_observer.h"
|
| -#include "components/proximity_auth/wire_message.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -19,7 +19,7 @@ using testing::Return;
|
| using testing::SetArgPointee;
|
| using testing::StrictMock;
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
| namespace {
|
|
|
| class MockConnection : public Connection {
|
| @@ -243,4 +243,4 @@ TEST(ProximityAuthConnectionTest,
|
| connection.OnBytesReceived(std::string());
|
| }
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|