| Index: components/cryptauth/fake_secure_message_delegate.h
|
| diff --git a/components/proximity_auth/cryptauth/fake_secure_message_delegate.h b/components/cryptauth/fake_secure_message_delegate.h
|
| similarity index 93%
|
| rename from components/proximity_auth/cryptauth/fake_secure_message_delegate.h
|
| rename to components/cryptauth/fake_secure_message_delegate.h
|
| index 1fe9c0a5e901f5a45bfe1c9c67b3eeec59bf5641..2f91b3bb7d6276504dc6784776f6b38e1d31071b 100644
|
| --- a/components/proximity_auth/cryptauth/fake_secure_message_delegate.h
|
| +++ b/components/cryptauth/fake_secure_message_delegate.h
|
| @@ -6,9 +6,9 @@
|
| #define COMPONENTS_PROXIMITY_AUTH_FAKE_SECURE_MESSAGE_DELEGATE_H
|
|
|
| #include "base/macros.h"
|
| -#include "components/proximity_auth/cryptauth/secure_message_delegate.h"
|
| +#include "components/cryptauth/secure_message_delegate.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| // Fake implementation of SecureMessageDelegate used in tests.
|
| // For clarity in tests, all functions in this delegate will invoke their
|
| @@ -49,6 +49,6 @@ class FakeSecureMessageDelegate : public SecureMessageDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(FakeSecureMessageDelegate);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_AUTH_FAKE_SECURE_MESSAGE_DELEGATE_H
|
|
|