| Index: components/cryptauth/cryptauth_api_call_flow.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_api_call_flow.cc b/components/cryptauth/cryptauth_api_call_flow.cc
|
| similarity index 96%
|
| rename from components/proximity_auth/cryptauth/cryptauth_api_call_flow.cc
|
| rename to components/cryptauth/cryptauth_api_call_flow.cc
|
| index 6f0f7f64adad7372f4a738a7b189d6263f3ddb08..9af3b2cb68d1dbf34252d739f0abc9dec065e0d7 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_api_call_flow.cc
|
| +++ b/components/cryptauth/cryptauth_api_call_flow.cc
|
| @@ -2,13 +2,13 @@
|
| // 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_api_call_flow.h"
|
| +#include "components/cryptauth/cryptauth_api_call_flow.h"
|
|
|
| #include "base/strings/string_number_conversions.h"
|
| #include "components/proximity_auth/logging/logging.h"
|
| #include "net/url_request/url_fetcher.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| namespace {
|
|
|
|
|