| Index: components/cryptauth/cryptauth_access_token_fetcher_impl.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.cc b/components/cryptauth/cryptauth_access_token_fetcher_impl.cc
|
| similarity index 92%
|
| rename from components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.cc
|
| rename to components/cryptauth/cryptauth_access_token_fetcher_impl.cc
|
| index 294b2ba80f49cfb1602694974a696ff503ca4af2..f9ba92600883d53ebefddb0b7a1507252bb8af84 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.cc
|
| +++ b/components/cryptauth/cryptauth_access_token_fetcher_impl.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h"
|
| +#include "components/cryptauth/cryptauth_access_token_fetcher_impl.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| namespace {
|
|
|
| @@ -57,4 +57,4 @@ void CryptAuthAccessTokenFetcherImpl::OnGetTokenFailure(
|
| callback_.Run(std::string());
|
| }
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|