Index: components/cryptauth/cryptauth_enrollment_manager.cc |
diff --git a/components/proximity_auth/cryptauth/cryptauth_enrollment_manager.cc b/components/cryptauth/cryptauth_enrollment_manager.cc |
similarity index 96% |
rename from components/proximity_auth/cryptauth/cryptauth_enrollment_manager.cc |
rename to components/cryptauth/cryptauth_enrollment_manager.cc |
index ca65b47d3916ffaf384683b3635a54dad9762fb1..6da6468eea32fa70f3e32f53bb1147589fb6f60c 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_enrollment_manager.cc |
+++ b/components/cryptauth/cryptauth_enrollment_manager.cc |
@@ -2,7 +2,7 @@ |
// 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_enrollment_manager.h" |
+#include "components/cryptauth/cryptauth_enrollment_manager.h" |
#include <utility> |
@@ -10,15 +10,15 @@ |
#include "base/memory/ptr_util.h" |
#include "base/time/clock.h" |
#include "base/time/time.h" |
+#include "components/cryptauth/cryptauth_enroller.h" |
+#include "components/cryptauth/pref_names.h" |
+#include "components/cryptauth/secure_message_delegate.h" |
+#include "components/cryptauth/sync_scheduler_impl.h" |
#include "components/prefs/pref_registry_simple.h" |
#include "components/prefs/pref_service.h" |
-#include "components/proximity_auth/cryptauth/cryptauth_enroller.h" |
-#include "components/proximity_auth/cryptauth/pref_names.h" |
-#include "components/proximity_auth/cryptauth/secure_message_delegate.h" |
-#include "components/proximity_auth/cryptauth/sync_scheduler_impl.h" |
#include "components/proximity_auth/logging/logging.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
namespace { |
@@ -301,4 +301,4 @@ void CryptAuthEnrollmentManager::DoCryptAuthEnrollmentWithKeys() { |
weak_ptr_factory_.GetWeakPtr())); |
} |
-} // namespace proximity_auth |
+} // namespace cryptauth |