Index: components/cryptauth/bluetooth_throttler_impl_unittest.cc |
diff --git a/components/proximity_auth/bluetooth_throttler_impl_unittest.cc b/components/cryptauth/bluetooth_throttler_impl_unittest.cc |
similarity index 93% |
rename from components/proximity_auth/bluetooth_throttler_impl_unittest.cc |
rename to components/cryptauth/bluetooth_throttler_impl_unittest.cc |
index cbf65a12adf1076e9467d0dedd7729608b68f743..77f6280003025f7e880450c7f43c935d0407889e 100644 |
--- a/components/proximity_auth/bluetooth_throttler_impl_unittest.cc |
+++ b/components/cryptauth/bluetooth_throttler_impl_unittest.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/bluetooth_throttler_impl.h" |
+#include "components/cryptauth/bluetooth_throttler_impl.h" |
#include <utility> |
@@ -10,11 +10,11 @@ |
#include "base/memory/ptr_util.h" |
#include "base/test/simple_test_tick_clock.h" |
#include "base/time/time.h" |
-#include "components/proximity_auth/fake_connection.h" |
-#include "components/proximity_auth/wire_message.h" |
+#include "components/cryptauth/fake_connection.h" |
+#include "components/cryptauth/wire_message.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
namespace { |
class TestBluetoothThrottler : public BluetoothThrottlerImpl { |
@@ -98,4 +98,4 @@ TEST_F(ProximityAuthBluetoothThrottlerImplTest, |
EXPECT_EQ(base::TimeDelta(), throttler_.GetDelay()); |
} |
-} // namespace proximity_auth |
+} // namespace cryptauth |