Index: components/cryptauth/mock_cryptauth_client.cc |
diff --git a/components/proximity_auth/cryptauth/mock_cryptauth_client.cc b/components/cryptauth/mock_cryptauth_client.cc |
similarity index 89% |
rename from components/proximity_auth/cryptauth/mock_cryptauth_client.cc |
rename to components/cryptauth/mock_cryptauth_client.cc |
index 4480623e7d01dfed541eae82ff662c705edb76d0..e10d2ef4e72185acfaba4aee63fbfd2169a0159f 100644 |
--- a/components/proximity_auth/cryptauth/mock_cryptauth_client.cc |
+++ b/components/cryptauth/mock_cryptauth_client.cc |
@@ -2,13 +2,13 @@ |
// 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/mock_cryptauth_client.h" |
+#include "components/cryptauth/mock_cryptauth_client.h" |
#include <utility> |
#include "base/callback.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
MockCryptAuthClient::MockCryptAuthClient() { |
} |
@@ -43,4 +43,4 @@ void MockCryptAuthClientFactory::RemoveObserver(Observer* observer) { |
observer_list_.RemoveObserver(observer); |
} |
-} // namespace proximity_auth |
+} // namespace cryptauth |