Index: components/cryptauth/cryptauth_client_impl.h |
diff --git a/components/proximity_auth/cryptauth/cryptauth_client_impl.h b/components/cryptauth/cryptauth_client_impl.h |
similarity index 94% |
rename from components/proximity_auth/cryptauth/cryptauth_client_impl.h |
rename to components/cryptauth/cryptauth_client_impl.h |
index 6a6c8bf450de5dba8c80d6fd9b082bfcde1c0a0c..28a017cf04bd95355b8e57fd006a0ce85ed9749d 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_client_impl.h |
+++ b/components/cryptauth/cryptauth_client_impl.h |
@@ -7,15 +7,15 @@ |
#include "base/macros.h" |
#include "base/memory/weak_ptr.h" |
-#include "components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h" |
-#include "components/proximity_auth/cryptauth/cryptauth_api_call_flow.h" |
-#include "components/proximity_auth/cryptauth/cryptauth_client.h" |
-#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h" |
+#include "components/cryptauth/cryptauth_access_token_fetcher.h" |
+#include "components/cryptauth/cryptauth_api_call_flow.h" |
+#include "components/cryptauth/cryptauth_client.h" |
+#include "components/cryptauth/proto/cryptauth_api.pb.h" |
#include "net/url_request/url_request_context_getter.h" |
class OAuth2TokenService; |
-namespace proximity_auth { |
+namespace cryptauth { |
// Implementation of CryptAuthClient. |
// Note: There is no need to set the |device_classifier| field in request |
@@ -145,6 +145,6 @@ class CryptAuthClientFactoryImpl : public CryptAuthClientFactory { |
DISALLOW_COPY_AND_ASSIGN(CryptAuthClientFactoryImpl); |
}; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_CLIENT_IMPL_H |