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

Unified Diff: components/cryptauth/cryptauth_gcm_manager.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/cryptauth_gcm_manager.cc
diff --git a/components/proximity_auth/cryptauth/cryptauth_gcm_manager.cc b/components/cryptauth/cryptauth_gcm_manager.cc
similarity index 77%
rename from components/proximity_auth/cryptauth/cryptauth_gcm_manager.cc
rename to components/cryptauth/cryptauth_gcm_manager.cc
index 2746c75daef07bbeb4761e7f71ffe9b1ef0b07e8..d28930014e188854eb995380d883be078921c264 100644
--- a/components/proximity_auth/cryptauth/cryptauth_gcm_manager.cc
+++ b/components/cryptauth/cryptauth_gcm_manager.cc
@@ -2,12 +2,12 @@
// 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_gcm_manager.h"
+#include "components/cryptauth/cryptauth_gcm_manager.h"
+#include "components/cryptauth/pref_names.h"
#include "components/prefs/pref_registry_simple.h"
-#include "components/proximity_auth/cryptauth/pref_names.h"
-namespace proximity_auth {
+namespace cryptauth {
CryptAuthGCMManager::Observer::~Observer() {
}
@@ -27,4 +27,4 @@ void CryptAuthGCMManager::RegisterPrefs(PrefRegistrySimple* registry) {
std::string());
}
-} // namespace proximity_auth
+} // namespace cryptauth

Powered by Google App Engine
This is Rietveld 408576698