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

Unified Diff: components/cryptauth/pref_names.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/pref_names.h ('k') | components/cryptauth/proto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/pref_names.cc
diff --git a/components/proximity_auth/cryptauth/pref_names.cc b/components/cryptauth/pref_names.cc
similarity index 89%
rename from components/proximity_auth/cryptauth/pref_names.cc
rename to components/cryptauth/pref_names.cc
index 63362479788dc2c3dd967b49f3d4c8fb50d869c5..01545752803d8a14405d3103e83f4d9090d674d7 100644
--- a/components/proximity_auth/cryptauth/pref_names.cc
+++ b/components/cryptauth/pref_names.cc
@@ -2,9 +2,9 @@
// 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/pref_names.h"
+#include "components/cryptauth/pref_names.h"
-namespace proximity_auth {
+namespace cryptauth {
namespace prefs {
// Whether the system is scheduling device_syncs more aggressively to recover
@@ -18,7 +18,7 @@ const char kCryptAuthDeviceSyncLastSyncTimeSeconds[] =
// The reason that the next device_sync is performed. This should be one of the
// enum values of InvocationReason in
-// components/proximity_auth/cryptauth/proto/cryptauth_api.proto.
+// components/cryptauth/proto/cryptauth_api.proto.
const char kCryptAuthDeviceSyncReason[] = "cryptauth.device_sync.reason";
// A list of unlock keys (stored as dictionaries) synced from CryptAuth. Unlock
@@ -38,7 +38,7 @@ const char kCryptAuthEnrollmentLastEnrollmentTimeSeconds[] =
// The reason that the next enrollment is performed. This should be one of the
// enum values of InvocationReason in
-// components/proximity_auth/cryptauth/proto/cryptauth_api.proto.
+// components/cryptauth/proto/cryptauth_api.proto.
extern const char kCryptAuthEnrollmentReason[] = "cryptauth.enrollment.reason";
// The public key of the user and device enrolled with CryptAuth.
@@ -54,4 +54,4 @@ extern const char kCryptAuthGCMRegistrationId[] =
"cryptauth.gcm_registration_id";
} // namespace prefs
-} // namespace proximity_auth
+} // namespace cryptauth
« no previous file with comments | « components/cryptauth/pref_names.h ('k') | components/cryptauth/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698