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

Unified Diff: components/cryptauth/cryptauth_enroller.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
Index: components/cryptauth/cryptauth_enroller.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_enroller.h b/components/cryptauth/cryptauth_enroller.h
similarity index 92%
rename from components/proximity_auth/cryptauth/cryptauth_enroller.h
rename to components/cryptauth/cryptauth_enroller.h
index c6d3e6eb33f84199d829149f3d3b3a609ef652f0..7a9aee37c774d832bb477f0f67a56de8af2da641 100644
--- a/components/proximity_auth/cryptauth/cryptauth_enroller.h
+++ b/components/cryptauth/cryptauth_enroller.h
@@ -9,9 +9,9 @@
#include <string>
#include "base/callback_forward.h"
-#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
+#include "components/cryptauth/proto/cryptauth_api.pb.h"
-namespace proximity_auth {
+namespace cryptauth {
// Interface for enrolling a device with CryptAuth.
class CryptAuthEnroller {
@@ -42,6 +42,6 @@ class CryptAuthEnrollerFactory {
virtual std::unique_ptr<CryptAuthEnroller> CreateInstance() = 0;
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_ENROLLER_H
« no previous file with comments | « components/cryptauth/cryptauth_device_manager_unittest.cc ('k') | components/cryptauth/cryptauth_enroller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698