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

Unified Diff: components/cryptauth/cryptauth_enrollment_utils.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_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
« no previous file with comments | « components/cryptauth/cryptauth_enrollment_manager_unittest.cc ('k') | components/cryptauth/cryptauth_enrollment_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698