Index: components/cryptauth/fake_cryptauth_gcm_manager.cc |
diff --git a/components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc b/components/cryptauth/fake_cryptauth_gcm_manager.cc |
similarity index 91% |
rename from components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc |
rename to components/cryptauth/fake_cryptauth_gcm_manager.cc |
index d1e85c63235713eddb2cd3fd68d84bb74f0c51c6..72acb8796bbfc693cec34a3ade2e38d10f145f93 100644 |
--- a/components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc |
+++ b/components/cryptauth/fake_cryptauth_gcm_manager.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/fake_cryptauth_gcm_manager.h" |
+#include "components/cryptauth/fake_cryptauth_gcm_manager.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
FakeCryptAuthGCMManager::FakeCryptAuthGCMManager( |
const std::string& registration_id) |
@@ -50,4 +50,4 @@ void FakeCryptAuthGCMManager::PushResyncMessage() { |
observer.OnResyncMessage(); |
} |
-} // namespace proximity_auth |
+} // namespace cryptauth |