Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: components/cryptauth/secure_message_delegate.h

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Prefixed two test names with "CryptAuth" so that they do not collide with other test names. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698