| 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
|
|
|