Index: components/cryptauth/secure_message_delegate.h |
diff --git a/components/proximity_auth/cryptauth/secure_message_delegate.h b/components/cryptauth/secure_message_delegate.h |
similarity index 96% |
rename from components/proximity_auth/cryptauth/secure_message_delegate.h |
rename to components/cryptauth/secure_message_delegate.h |
index ef5a277b8c97d686a3d9e6af97c966b68dc21ce4..c2e0fee482fcb22e93b208cce572523705f855e7 100644 |
--- a/components/proximity_auth/cryptauth/secure_message_delegate.h |
+++ b/components/cryptauth/secure_message_delegate.h |
@@ -8,9 +8,9 @@ |
#include <string> |
#include "base/callback_forward.h" |
-#include "components/proximity_auth/cryptauth/proto/securemessage.pb.h" |
+#include "components/cryptauth/proto/securemessage.pb.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
// Interface of delegate responsible for cryptographic operations based on the |
// secure message library. This interface is asynchronous as the current |
@@ -97,6 +97,6 @@ class SecureMessageDelegate { |
const UnwrapSecureMessageCallback& callback) = 0; |
}; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
#endif // COMPONENTS_PROXIMITY_AUTH_SECURE_MESSAGE_DELEGATE_H |