Index: components/cryptauth/ble/bluetooth_low_energy_characteristics_finder.cc |
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc b/components/cryptauth/ble/bluetooth_low_energy_characteristics_finder.cc |
similarity index 96% |
rename from components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc |
rename to components/cryptauth/ble/bluetooth_low_energy_characteristics_finder.cc |
index fdfd2862b6b9a99b62e3dfd6635dd95ba27fc03a..be036e45e613e101a19a40db232a9f1450d299f8 100644 |
--- a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc |
+++ b/components/cryptauth/ble/bluetooth_low_energy_characteristics_finder.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/ble/bluetooth_low_energy_characteristics_finder.h" |
+#include "components/cryptauth/ble/bluetooth_low_energy_characteristics_finder.h" |
#include "components/proximity_auth/logging/logging.h" |
#include "device/bluetooth/bluetooth_adapter.h" |
@@ -16,7 +16,7 @@ using device::BluetoothRemoteGattCharacteristic; |
using device::BluetoothRemoteGattService; |
using device::BluetoothUUID; |
-namespace proximity_auth { |
+namespace cryptauth { |
BluetoothLowEnergyCharacteristicsFinder:: |
BluetoothLowEnergyCharacteristicsFinder( |
@@ -46,8 +46,7 @@ BluetoothLowEnergyCharacteristicsFinder:: |
} |
BluetoothLowEnergyCharacteristicsFinder:: |
- BluetoothLowEnergyCharacteristicsFinder() { |
-} |
+ BluetoothLowEnergyCharacteristicsFinder() {} |
BluetoothLowEnergyCharacteristicsFinder:: |
~BluetoothLowEnergyCharacteristicsFinder() { |
@@ -140,4 +139,4 @@ void BluetoothLowEnergyCharacteristicsFinder::ResetCallbacks() { |
error_callback_.Reset(); |
} |
-} // namespace proximity_auth |
+} // namespace cryptauth |