Index: components/cryptauth/cryptauth_enrollment_manager.h |
diff --git a/components/proximity_auth/cryptauth/cryptauth_enrollment_manager.h b/components/cryptauth/cryptauth_enrollment_manager.h |
similarity index 96% |
rename from components/proximity_auth/cryptauth/cryptauth_enrollment_manager.h |
rename to components/cryptauth/cryptauth_enrollment_manager.h |
index 6e6d017fcaa71f73022abe4d760fff47e29c17d1..79baf62f65856b284b57e7aa9db4add0eed8d658 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_enrollment_manager.h |
+++ b/components/cryptauth/cryptauth_enrollment_manager.h |
@@ -11,9 +11,9 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/observer_list.h" |
#include "base/time/time.h" |
-#include "components/proximity_auth/cryptauth/cryptauth_gcm_manager.h" |
-#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h" |
-#include "components/proximity_auth/cryptauth/sync_scheduler.h" |
+#include "components/cryptauth/cryptauth_gcm_manager.h" |
+#include "components/cryptauth/proto/cryptauth_api.pb.h" |
+#include "components/cryptauth/sync_scheduler.h" |
class PrefRegistrySimple; |
class PrefService; |
@@ -23,7 +23,7 @@ class Clock; |
class Time; |
} |
-namespace proximity_auth { |
+namespace cryptauth { |
class CryptAuthEnroller; |
class CryptAuthEnrollerFactory; |
@@ -184,6 +184,6 @@ class CryptAuthEnrollmentManager : public SyncScheduler::Delegate, |
DISALLOW_COPY_AND_ASSIGN(CryptAuthEnrollmentManager); |
}; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
#endif // COMPONENTS_PROXIMITY_CRYPTAUTH_CRYPTAUTH_ENROLLMENT_MANAGER_H |