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

Unified Diff: device/bluetooth/bluetooth_low_energy_win_fake.cc

Issue 1677393002: Fix chromium-style errors after https://codereview.chromium.org/1676073002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months 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
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_win_fake.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_low_energy_win_fake.cc
diff --git a/device/bluetooth/bluetooth_low_energy_win_fake.cc b/device/bluetooth/bluetooth_low_energy_win_fake.cc
index 60926be75d59020f1a15f408d0f11628227fa153..6db6444d8e38ca625b2e01f063cf0625670b6b43 100644
--- a/device/bluetooth/bluetooth_low_energy_win_fake.cc
+++ b/device/bluetooth/bluetooth_low_energy_win_fake.cc
@@ -14,6 +14,18 @@ const char kPlatformNotSupported[] =
namespace device {
namespace win {
+BLEDevice::BLEDevice() {}
+BLEDevice::~BLEDevice() {}
+
+BLEGattService::BLEGattService() {}
+BLEGattService::~BLEGattService() {}
+
+BLEGattCharacteristic::BLEGattCharacteristic() {}
+BLEGattCharacteristic::~BLEGattCharacteristic() {}
+
+BLEGattDescriptor::BLEGattDescriptor() {}
+BLEGattDescriptor::~BLEGattDescriptor() {}
+
BluetoothLowEnergyWrapperFake::BluetoothLowEnergyWrapperFake() {}
BluetoothLowEnergyWrapperFake::~BluetoothLowEnergyWrapperFake() {}
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_win_fake.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698