| Index: components/cryptauth/bluetooth_throttler_impl.h
|
| diff --git a/components/proximity_auth/bluetooth_throttler_impl.h b/components/cryptauth/bluetooth_throttler_impl.h
|
| similarity index 85%
|
| rename from components/proximity_auth/bluetooth_throttler_impl.h
|
| rename to components/cryptauth/bluetooth_throttler_impl.h
|
| index 07b0a00acb90a82dc21c4f1ebaf5c1f982455378..6c3fac819df3d8990bfeb97fc116230cd84646c1 100644
|
| --- a/components/proximity_auth/bluetooth_throttler_impl.h
|
| +++ b/components/cryptauth/bluetooth_throttler_impl.h
|
| @@ -2,22 +2,22 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_PROXIMITY_AUTH_BLUETOOTH_THROTTLER_IMPL_H
|
| -#define COMPONENTS_PROXIMITY_AUTH_BLUETOOTH_THROTTLER_IMPL_H
|
| +#ifndef COMPONENTS_CRYPTAUTH_BLUETOOTH_THROTTLER_IMPL_H
|
| +#define COMPONENTS_CRYPTAUTH_BLUETOOTH_THROTTLER_IMPL_H
|
|
|
| #include <memory>
|
| #include <set>
|
|
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| -#include "components/proximity_auth/bluetooth_throttler.h"
|
| -#include "components/proximity_auth/connection_observer.h"
|
| +#include "components/cryptauth/bluetooth_throttler.h"
|
| +#include "components/cryptauth/connection_observer.h"
|
|
|
| namespace base {
|
| class TickClock;
|
| }
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| class Connection;
|
|
|
| @@ -64,6 +64,6 @@ class BluetoothThrottlerImpl : public BluetoothThrottler,
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothThrottlerImpl);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| -#endif // COMPONENTS_PROXIMITY_AUTH_BLUETOOTH_THROTTLER_IMPL_H
|
| +#endif // COMPONENTS_CRYPTAUTH_BLUETOOTH_THROTTLER_IMPL_H
|
|
|