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 |