| Index: components/cryptauth/cryptauth_client_impl.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_client_impl.cc b/components/cryptauth/cryptauth_client_impl.cc
|
| similarity index 96%
|
| rename from components/proximity_auth/cryptauth/cryptauth_client_impl.cc
|
| rename to components/cryptauth/cryptauth_client_impl.cc
|
| index c43bff64ab65d50df3529ac946c113a41392b31a..c7bc8a75660303f65a3fe78f5e5737e2967621a0 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_client_impl.cc
|
| +++ b/components/cryptauth/cryptauth_client_impl.cc
|
| @@ -2,17 +2,17 @@
|
| // 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_client_impl.h"
|
| +#include "components/cryptauth/cryptauth_client_impl.h"
|
|
|
| #include <utility>
|
|
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h"
|
| -#include "components/proximity_auth/cryptauth/switches.h"
|
| +#include "components/cryptauth/cryptauth_access_token_fetcher_impl.h"
|
| +#include "components/cryptauth/switches.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| namespace {
|
|
|
|
|