Index: components/cryptauth/cryptauth_access_token_fetcher.h |
diff --git a/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h b/components/cryptauth/cryptauth_access_token_fetcher.h |
similarity index 94% |
rename from components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h |
rename to components/cryptauth/cryptauth_access_token_fetcher.h |
index 3c428628befcbb394b06172fefed56001eeccc9e..4e7eca6ef079b7055677f1e4a0c0b1db00fba967 100644 |
--- a/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h |
+++ b/components/cryptauth/cryptauth_access_token_fetcher.h |
@@ -9,7 +9,7 @@ |
#include "base/callback_forward.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
// Simple interface for fetching the OAuth2 access token that authorizes |
// CryptAuth API calls. Do not reuse this after calling FetchAccessToken(); |
@@ -25,6 +25,6 @@ class CryptAuthAccessTokenFetcher { |
virtual void FetchAccessToken(const AccessTokenCallback& callback) = 0; |
}; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_ACCESS_TOKEN_FETCHER_H |