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

Unified Diff: components/cryptauth/cryptauth_gcm_manager.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
« no previous file with comments | « components/cryptauth/cryptauth_enrollment_utils.cc ('k') | components/cryptauth/cryptauth_gcm_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/cryptauth_gcm_manager.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_gcm_manager.h b/components/cryptauth/cryptauth_gcm_manager.h
similarity index 97%
rename from components/proximity_auth/cryptauth/cryptauth_gcm_manager.h
rename to components/cryptauth/cryptauth_gcm_manager.h
index 014ecf2a60459ac89dc6a30fb43f2f287bec191a..11a52c147d8b68a46d1bbfe6277c45d85feef893 100644
--- a/components/proximity_auth/cryptauth/cryptauth_gcm_manager.h
+++ b/components/cryptauth/cryptauth_gcm_manager.h
@@ -9,7 +9,7 @@
class PrefRegistrySimple;
-namespace proximity_auth {
+namespace cryptauth {
// Interface for the manager controlling GCM registrations and handling GCM push
// messages for CryptAuth. CryptAuth sends GCM messages to request the local
@@ -59,6 +59,6 @@ class CryptAuthGCMManager {
virtual void RemoveObserver(Observer* observer) = 0;
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_CRYPTAUTH_CRYPTAUTH_GCM_MANAGER_H
« no previous file with comments | « components/cryptauth/cryptauth_enrollment_utils.cc ('k') | components/cryptauth/cryptauth_gcm_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698