Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: components/cryptauth/cryptauth_access_token_fetcher.h

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cryptauth/OWNERS ('k') | components/cryptauth/cryptauth_access_token_fetcher_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/cryptauth/OWNERS ('k') | components/cryptauth/cryptauth_access_token_fetcher_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698