Index: components/cryptauth/cryptauth_enroller_impl.h |
diff --git a/components/proximity_auth/cryptauth/cryptauth_enroller_impl.h b/components/cryptauth/cryptauth_enroller_impl.h |
similarity index 94% |
rename from components/proximity_auth/cryptauth/cryptauth_enroller_impl.h |
rename to components/cryptauth/cryptauth_enroller_impl.h |
index 66eed8ecab81a216c660e741af13c1f9ec6102be..d0ef656b4627dc5f2501b0e6bbe9ea7cf139bb4c 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_enroller_impl.h |
+++ b/components/cryptauth/cryptauth_enroller_impl.h |
@@ -10,10 +10,10 @@ |
#include "base/callback.h" |
#include "base/macros.h" |
#include "base/memory/weak_ptr.h" |
-#include "components/proximity_auth/cryptauth/cryptauth_enroller.h" |
-#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h" |
+#include "components/cryptauth/cryptauth_enroller.h" |
+#include "components/cryptauth/proto/cryptauth_api.pb.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
class CryptAuthClient; |
class CryptAuthClientFactory; |
@@ -99,6 +99,6 @@ class CryptAuthEnrollerImpl : public CryptAuthEnroller { |
DISALLOW_COPY_AND_ASSIGN(CryptAuthEnrollerImpl); |
}; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_ENROLLER_IMPL_H |