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

Unified Diff: chromeos/components/tether/fake_ble_connection_manager.cc

Issue 2803153002: [CrOS Tether] Refactor BleScanner so that it takes a BluetoothAdapter in its constructor instead of… (Closed)
Patch Set: Created 3 years, 8 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 | « chromeos/components/tether/ble_scanner_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/fake_ble_connection_manager.cc
diff --git a/chromeos/components/tether/fake_ble_connection_manager.cc b/chromeos/components/tether/fake_ble_connection_manager.cc
index 17e68fc485e273d0d8342fc69795aa74c4e53fc7..2d18299709f795a72a8463294cdde48d93f4bbde 100644
--- a/chromeos/components/tether/fake_ble_connection_manager.cc
+++ b/chromeos/components/tether/fake_ble_connection_manager.cc
@@ -22,7 +22,13 @@ FakeBleConnectionManager::StatusAndRegisteredMessageTypes::
~StatusAndRegisteredMessageTypes() {}
FakeBleConnectionManager::FakeBleConnectionManager()
- : BleConnectionManager(nullptr, nullptr, nullptr, nullptr, nullptr) {}
+ : BleConnectionManager(nullptr,
+ nullptr,
+ nullptr,
+ nullptr,
+ nullptr,
+ nullptr,
+ nullptr) {}
FakeBleConnectionManager::~FakeBleConnectionManager() {}
« no previous file with comments | « chromeos/components/tether/ble_scanner_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698