| Index: components/cryptauth/cryptauth_client.h
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_client.h b/components/cryptauth/cryptauth_client.h
|
| similarity index 98%
|
| rename from components/proximity_auth/cryptauth/cryptauth_client.h
|
| rename to components/cryptauth/cryptauth_client.h
|
| index 706f5ee09aeae3b2ed0cfde16be2ec7c59c6e989..e13121c0c718ee720dd2845607d91ff5415c46e0 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_client.h
|
| +++ b/components/cryptauth/cryptauth_client.h
|
| @@ -31,7 +31,7 @@ namespace net {
|
| class URLRequestContextGetter;
|
| }
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| class CryptAuthAccessTokenFetcher;
|
| class CryptAuthApiCallFlow;
|
| @@ -110,6 +110,6 @@ class CryptAuthClientFactory {
|
| virtual std::unique_ptr<CryptAuthClient> CreateInstance() = 0;
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_CLIENT_H
|
|
|