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

Unified Diff: components/cryptauth/ble/bluetooth_low_energy_characteristics_finder.cc

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)
Patch Set: Moved all general classes from proximity_auth to cryptauth. 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.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

Powered by Google App Engine
This is Rietveld 408576698