Index: components/cryptauth/cryptauth_enrollment_utils.h |
diff --git a/components/proximity_auth/cryptauth/cryptauth_enrollment_utils.h b/components/cryptauth/cryptauth_enrollment_utils.h |
similarity index 93% |
rename from components/proximity_auth/cryptauth/cryptauth_enrollment_utils.h |
rename to components/cryptauth/cryptauth_enrollment_utils.h |
index 0ca737ce6f6c4ba26a218314c46a249bfd7eb174..32bd6f364b5608eaeba1861af46cffeced3d14c8 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_enrollment_utils.h |
+++ b/components/cryptauth/cryptauth_enrollment_utils.h |
@@ -8,7 +8,7 @@ |
#include <stdint.h> |
#include <string> |
-namespace proximity_auth { |
+namespace cryptauth { |
// Calculates an id for the specified user on the specified device. |
std::string CalculateDeviceUserId(const std::string& device_id, |
@@ -18,6 +18,6 @@ std::string CalculateDeviceUserId(const std::string& device_id, |
// the GcmDeviceInfo proto to upload to CryptAuth. |
int64_t HashStringToInt64(const std::string& string); |
-} // namespace proximity_auth |
+} // namespace cryptauth |
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPT_AUTH_ENROLLMENT_UTILS_H |