Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: components/cryptauth/bluetooth_throttler_impl_unittest.cc

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)
Patch Set: Rebase. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698