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

Unified Diff: components/cryptauth/secure_message_delegate.h

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. 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
« no previous file with comments | « components/cryptauth/proto/securemessage.proto ('k') | components/cryptauth/secure_message_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/cryptauth/proto/securemessage.proto ('k') | components/cryptauth/secure_message_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698