| Index: components/cryptauth/mock_cryptauth_client.h
|
| diff --git a/components/proximity_auth/cryptauth/mock_cryptauth_client.h b/components/cryptauth/mock_cryptauth_client.h
|
| similarity index 94%
|
| rename from components/proximity_auth/cryptauth/mock_cryptauth_client.h
|
| rename to components/cryptauth/mock_cryptauth_client.h
|
| index 02deb2198ca4fc26c658fb9c7ba270018155455b..f9eeb2791b7bd126316490348396544f17000e68 100644
|
| --- a/components/proximity_auth/cryptauth/mock_cryptauth_client.h
|
| +++ b/components/cryptauth/mock_cryptauth_client.h
|
| @@ -7,11 +7,11 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| -#include "components/proximity_auth/cryptauth/cryptauth_client.h"
|
| -#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
|
| +#include "components/cryptauth/cryptauth_client.h"
|
| +#include "components/cryptauth/proto/cryptauth_api.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| class MockCryptAuthClient : public CryptAuthClient {
|
| public:
|
| @@ -83,6 +83,6 @@ class MockCryptAuthClientFactory : public CryptAuthClientFactory {
|
| DISALLOW_COPY_AND_ASSIGN(MockCryptAuthClientFactory);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_AUTH_MOCK_CRYPTAUTH_CLIENT_H
|
|
|