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

Unified Diff: components/cryptauth/cryptauth_access_token_fetcher_impl.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
Index: components/cryptauth/cryptauth_access_token_fetcher_impl.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h b/components/cryptauth/cryptauth_access_token_fetcher_impl.h
similarity index 93%
rename from components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h
rename to components/cryptauth/cryptauth_access_token_fetcher_impl.h
index 5bf5783aef3c6e53a24a09b7b656df00fafb195e..ce662a88b6dcc5fef2e7e181116bc30fd5ade149 100644
--- a/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h
+++ b/components/cryptauth/cryptauth_access_token_fetcher_impl.h
@@ -9,10 +9,10 @@
#include "base/callback.h"
#include "base/macros.h"
-#include "components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h"
+#include "components/cryptauth/cryptauth_access_token_fetcher.h"
#include "google_apis/gaia/oauth2_token_service.h"
-namespace proximity_auth {
+namespace cryptauth {
// Implementation of CryptAuthAccessTokenFetcher fetching an access token for a
// given account using the provided OAuth2TokenService.
@@ -54,6 +54,6 @@ class CryptAuthAccessTokenFetcherImpl : public CryptAuthAccessTokenFetcher,
DISALLOW_COPY_AND_ASSIGN(CryptAuthAccessTokenFetcherImpl);
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_ACCESS_TOKEN_FETCHER_IMPL_H
« no previous file with comments | « components/cryptauth/cryptauth_access_token_fetcher.h ('k') | components/cryptauth/cryptauth_access_token_fetcher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698