Index: components/cryptauth/cryptauth_enroller_impl.cc |
diff --git a/components/proximity_auth/cryptauth/cryptauth_enroller_impl.cc b/components/cryptauth/cryptauth_enroller_impl.cc |
similarity index 95% |
rename from components/proximity_auth/cryptauth/cryptauth_enroller_impl.cc |
rename to components/cryptauth/cryptauth_enroller_impl.cc |
index 406a5946099c2cc2b5007393fe318a1001a31c19..3d9bcd5c75ba237c5ecff3ddd51e176aa68c5cbd 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_enroller_impl.cc |
+++ b/components/cryptauth/cryptauth_enroller_impl.cc |
@@ -2,18 +2,18 @@ |
// 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_enroller_impl.h" |
+#include "components/cryptauth/cryptauth_enroller_impl.h" |
#include <utility> |
#include "base/bind.h" |
-#include "components/proximity_auth/cryptauth/cryptauth_client_impl.h" |
-#include "components/proximity_auth/cryptauth/cryptauth_enrollment_utils.h" |
-#include "components/proximity_auth/cryptauth/secure_message_delegate.h" |
+#include "components/cryptauth/cryptauth_client_impl.h" |
+#include "components/cryptauth/cryptauth_enrollment_utils.h" |
+#include "components/cryptauth/secure_message_delegate.h" |
#include "components/proximity_auth/logging/logging.h" |
#include "crypto/sha2.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
namespace { |
@@ -226,4 +226,4 @@ void CryptAuthEnrollerImpl::OnFinishEnrollmentFailure( |
callback_.Run(false); |
} |
-} // namespace proximity_auth |
+} // namespace cryptauth |