Index: components/cryptauth/cryptauth_client.h |
diff --git a/components/proximity_auth/cryptauth/cryptauth_client.h b/components/cryptauth/cryptauth_client.h |
similarity index 97% |
rename from components/proximity_auth/cryptauth/cryptauth_client.h |
rename to components/cryptauth/cryptauth_client.h |
index 706f5ee09aeae3b2ed0cfde16be2ec7c59c6e989..101a0a968097ec30cf97f8227ed5900b21b61c48 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_client.h |
+++ b/components/cryptauth/cryptauth_client.h |
@@ -31,7 +31,7 @@ namespace net { |
class URLRequestContextGetter; |
} |
-namespace proximity_auth { |
+namespace cryptauth { |
class CryptAuthAccessTokenFetcher; |
class CryptAuthApiCallFlow; |
@@ -41,7 +41,7 @@ class CryptAuthApiCallFlow; |
// Implmentations shall only processes a single request, so create a new |
// instance for each request you make. DO NOT REUSE. |
// For documentation on each API call, see |
-// components/proximity_auth/cryptauth/proto/cryptauth_api.proto |
+// components/cryptauth/proto/cryptauth_api.proto |
class CryptAuthClient { |
public: |
typedef base::Callback<void(const std::string&)> ErrorCallback; |
@@ -110,6 +110,6 @@ class CryptAuthClientFactory { |
virtual std::unique_ptr<CryptAuthClient> CreateInstance() = 0; |
}; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_CLIENT_H |