Index: components/cryptauth/cryptauth_gcm_manager_impl.cc |
diff --git a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc b/components/cryptauth/cryptauth_gcm_manager_impl.cc |
similarity index 96% |
rename from components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc |
rename to components/cryptauth/cryptauth_gcm_manager_impl.cc |
index 77680e8f31f40be707e320f2f0acdb05c644797b..e437bc583da2a7bdaa0d2679241cd33f0bca0f34 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc |
+++ b/components/cryptauth/cryptauth_gcm_manager_impl.cc |
@@ -2,16 +2,16 @@ |
// 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_impl.h" |
+#include "components/cryptauth/cryptauth_gcm_manager_impl.h" |
#include "base/bind.h" |
#include "base/strings/string_util.h" |
+#include "components/cryptauth/pref_names.h" |
#include "components/gcm_driver/gcm_driver.h" |
#include "components/prefs/pref_service.h" |
-#include "components/proximity_auth/cryptauth/pref_names.h" |
#include "components/proximity_auth/logging/logging.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
namespace { |
@@ -147,4 +147,4 @@ void CryptAuthGCMManagerImpl::OnRegistrationCompleted( |
observer.OnGCMRegistrationResult(true); |
} |
-} // namespace proximity_auth |
+} // namespace cryptauth |