| Index: components/cryptauth/cryptauth_device_manager.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_device_manager.cc b/components/cryptauth/cryptauth_device_manager.cc
|
| similarity index 97%
|
| rename from components/proximity_auth/cryptauth/cryptauth_device_manager.cc
|
| rename to components/cryptauth/cryptauth_device_manager.cc
|
| index 2d288c074f039f984ee931250cd3ff2fdd3ca7be..c3051dac4b8a3e0d179ecf3a90c08c49f16daa94 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_device_manager.cc
|
| +++ b/components/cryptauth/cryptauth_device_manager.cc
|
| @@ -2,7 +2,7 @@
|
| // 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_device_manager.h"
|
| +#include "components/cryptauth/cryptauth_device_manager.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -10,15 +10,15 @@
|
|
|
| #include "base/base64url.h"
|
| #include "base/memory/ptr_util.h"
|
| +#include "components/cryptauth/cryptauth_client.h"
|
| +#include "components/cryptauth/pref_names.h"
|
| +#include "components/cryptauth/sync_scheduler_impl.h"
|
| #include "components/prefs/pref_registry_simple.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/prefs/scoped_user_pref_update.h"
|
| -#include "components/proximity_auth/cryptauth/cryptauth_client.h"
|
| -#include "components/proximity_auth/cryptauth/pref_names.h"
|
| -#include "components/proximity_auth/cryptauth/sync_scheduler_impl.h"
|
| #include "components/proximity_auth/logging/logging.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| namespace {
|
|
|
| @@ -308,4 +308,4 @@ void CryptAuthDeviceManager::OnSyncRequested(
|
| weak_ptr_factory_.GetWeakPtr()));
|
| }
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|