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

Unified Diff: components/cryptauth/pref_names.cc

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Prefixed two test names with "CryptAuth" so that they do not collide with other test names. 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/pref_names.cc
diff --git a/components/proximity_auth/cryptauth/pref_names.cc b/components/cryptauth/pref_names.cc
similarity index 95%
rename from components/proximity_auth/cryptauth/pref_names.cc
rename to components/cryptauth/pref_names.cc
index 63362479788dc2c3dd967b49f3d4c8fb50d869c5..34292def5c177b8af820accbfb95c0758e4d5215 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
@@ -54,4 +54,4 @@ extern const char kCryptAuthGCMRegistrationId[] =
"cryptauth.gcm_registration_id";
} // namespace prefs
-} // namespace proximity_auth
+} // namespace cryptauth

Powered by Google App Engine
This is Rietveld 408576698