Index: components/cryptauth/fake_cryptauth_gcm_manager.h |
diff --git a/components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h b/components/cryptauth/fake_cryptauth_gcm_manager.h |
similarity index 94% |
rename from components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h |
rename to components/cryptauth/fake_cryptauth_gcm_manager.h |
index b25eb83066ec59fb99ee7ee119a708b199172af1..db07235c024f8d3b09026070fcee057cb76c5a1a 100644 |
--- a/components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h |
+++ b/components/cryptauth/fake_cryptauth_gcm_manager.h |
@@ -7,9 +7,9 @@ |
#include "base/macros.h" |
#include "base/observer_list.h" |
-#include "components/proximity_auth/cryptauth/cryptauth_gcm_manager.h" |
+#include "components/cryptauth/cryptauth_gcm_manager.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
// CryptAuthGCMManager implementation for testing purposes. |
class FakeCryptAuthGCMManager : public CryptAuthGCMManager { |
@@ -59,6 +59,6 @@ class FakeCryptAuthGCMManager : public CryptAuthGCMManager { |
DISALLOW_COPY_AND_ASSIGN(FakeCryptAuthGCMManager); |
}; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
#endif // COMPONENTS_PROXIMITY_FAKE_CRYPTAUTH_FAKE_CRYPTAUTH_GCM_MANAGER_H |