Index: components/cryptauth/bluetooth_throttler_impl.cc |
diff --git a/components/proximity_auth/bluetooth_throttler_impl.cc b/components/cryptauth/bluetooth_throttler_impl.cc |
similarity index 90% |
rename from components/proximity_auth/bluetooth_throttler_impl.cc |
rename to components/cryptauth/bluetooth_throttler_impl.cc |
index da4816dae9bbd72a49c7f060b81b7361eb1409a9..d72337ef5936650a6cdadd8a73261892114af8e3 100644 |
--- a/components/proximity_auth/bluetooth_throttler_impl.cc |
+++ b/components/cryptauth/bluetooth_throttler_impl.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/proximity_auth/bluetooth_throttler_impl.h" |
+#include "components/cryptauth/bluetooth_throttler_impl.h" |
#include <utility> |
#include "base/stl_util.h" |
#include "base/time/tick_clock.h" |
-#include "components/proximity_auth/connection.h" |
+#include "components/cryptauth/connection.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
namespace { |
// Time to wait after disconnect before reconnecting. |
@@ -63,4 +63,4 @@ void BluetoothThrottlerImpl::OnConnectionStatusChanged( |
} |
} |
-} // namespace proximity_auth |
+} // namespace cryptauth |