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 98% |
rename from components/proximity_auth/cryptauth/secure_message_delegate.h |
rename to components/cryptauth/secure_message_delegate.h |
index ef5a277b8c97d686a3d9e6af97c966b68dc21ce4..169811164cbbbb7228a78ef095ac11a50b95bcdd 100644 |
--- a/components/proximity_auth/cryptauth/secure_message_delegate.h |
+++ b/components/cryptauth/secure_message_delegate.h |
@@ -10,7 +10,7 @@ |
#include "base/callback_forward.h" |
#include "components/proximity_auth/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 |