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

Unified Diff: components/cryptauth/cryptauth_enrollment_utils.cc

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
« no previous file with comments | « components/cryptauth/cryptauth_enrollment_utils.h ('k') | components/cryptauth/cryptauth_gcm_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/cryptauth_enrollment_utils.cc
diff --git a/components/proximity_auth/cryptauth/cryptauth_enrollment_utils.cc b/components/cryptauth/cryptauth_enrollment_utils.cc
similarity index 89%
rename from components/proximity_auth/cryptauth/cryptauth_enrollment_utils.cc
rename to components/cryptauth/cryptauth_enrollment_utils.cc
index d44cb76fb49ae812729a10f4cbbb0a88c8c09c1b..e8429532ffe121a29617fab9445eafee757651a7 100644
--- a/components/proximity_auth/cryptauth/cryptauth_enrollment_utils.cc
+++ b/components/cryptauth/cryptauth_enrollment_utils.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/proximity_auth/cryptauth/cryptauth_enrollment_utils.h"
+#include "components/cryptauth/cryptauth_enrollment_utils.h"
#include <math.h>
#include <stddef.h>
@@ -11,7 +11,7 @@
#include "base/md5.h"
#include "base/sha1.h"
-namespace proximity_auth {
+namespace cryptauth {
int64_t HashStringToInt64(const std::string& string) {
base::MD5Context context;
@@ -41,4 +41,4 @@ std::string CalculateDeviceUserId(const std::string& device_id,
return device_user_id;
}
-} // namespace proximity_auth
+} // namespace cryptauth
« no previous file with comments | « components/cryptauth/cryptauth_enrollment_utils.h ('k') | components/cryptauth/cryptauth_gcm_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698