| Index: components/cryptauth/cryptauth_api_call_flow.h
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_api_call_flow.h b/components/cryptauth/cryptauth_api_call_flow.h
|
| similarity index 98%
|
| rename from components/proximity_auth/cryptauth/cryptauth_api_call_flow.h
|
| rename to components/cryptauth/cryptauth_api_call_flow.h
|
| index 76ec6cb4f9eac65bc96fc9863462eb2812232f3c..3abc100010e7e85da13236ced0e10e7c3b62bc7d 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_api_call_flow.h
|
| +++ b/components/cryptauth/cryptauth_api_call_flow.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/macros.h"
|
| #include "google_apis/gaia/oauth2_api_call_flow.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| // Google API call flow implementation underlying all CryptAuth API calls.
|
| // CryptAuth is a Google service that manages authorization and cryptographic
|
| @@ -71,6 +71,6 @@ class CryptAuthApiCallFlow : public OAuth2ApiCallFlow {
|
| DISALLOW_COPY_AND_ASSIGN(CryptAuthApiCallFlow);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_API_CALL_FLOW_H
|
|
|