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

Unified Diff: components/cryptauth/ble/bluetooth_low_energy_characteristics_finder_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/ble/bluetooth_low_energy_characteristics_finder_unittest.cc
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc b/components/cryptauth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc
similarity index 98%
rename from components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc
rename to components/cryptauth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc
index 5eda18c09613132924ce0444a016c6430a14e7dc..ec354ad7aa2d14f9e8f76c733d54837607a6c1eb 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc
+++ b/components/cryptauth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h"
+#include "components/cryptauth/ble/bluetooth_low_energy_characteristics_finder.h"
#include <memory>
#include "base/bind.h"
#include "base/memory/ref_counted.h"
-#include "components/proximity_auth/ble/remote_attribute.h"
+#include "components/cryptauth/ble/remote_attribute.h"
#include "device/bluetooth/bluetooth_adapter_factory.h"
#include "device/bluetooth/bluetooth_uuid.h"
#include "device/bluetooth/test/mock_bluetooth_adapter.h"
@@ -25,7 +25,7 @@ using testing::Return;
using testing::StrictMock;
using testing::SaveArg;
-namespace proximity_auth {
+namespace cryptauth {
namespace {
const char kDeviceName[] = "Device name";
@@ -292,4 +292,4 @@ TEST_F(ProximityAuthBluetoothLowEnergyCharacteristicFinderTest,
observer->GattDiscoveryCompleteForService(adapter_.get(), service_.get());
}
-} // namespace proximity_auth
+} // namespace cryptauth

Powered by Google App Engine
This is Rietveld 408576698