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 |