Index: components/cryptauth/cryptauth_enroller.h |
diff --git a/components/proximity_auth/cryptauth/cryptauth_enroller.h b/components/cryptauth/cryptauth_enroller.h |
similarity index 96% |
rename from components/proximity_auth/cryptauth/cryptauth_enroller.h |
rename to components/cryptauth/cryptauth_enroller.h |
index c6d3e6eb33f84199d829149f3d3b3a609ef652f0..7ceef3c5a833f139293512d3d35c597c3c09ff4c 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_enroller.h |
+++ b/components/cryptauth/cryptauth_enroller.h |
@@ -11,7 +11,7 @@ |
#include "base/callback_forward.h" |
#include "components/proximity_auth/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 |