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

Unified Diff: device/bluetooth/test/mock_bluetooth_gatt_connection.h

Issue 1284073002: bluetooth: Add adapter to BluetoothDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-drop-callback-
Patch Set: Merge TOT Created 5 years, 3 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
Index: device/bluetooth/test/mock_bluetooth_gatt_connection.h
diff --git a/device/bluetooth/test/mock_bluetooth_gatt_connection.h b/device/bluetooth/test/mock_bluetooth_gatt_connection.h
index 7df9668018c06e4a79efc980d0c3e0251ca135f8..ccc736d0b6d309ecf0fce954f7efeb8efe188626 100644
--- a/device/bluetooth/test/mock_bluetooth_gatt_connection.h
+++ b/device/bluetooth/test/mock_bluetooth_gatt_connection.h
@@ -10,9 +10,12 @@
namespace device {
+class BluetoothAdapter;
+
class MockBluetoothGattConnection : public BluetoothGattConnection {
public:
- MockBluetoothGattConnection(const std::string& device_address);
+ MockBluetoothGattConnection(scoped_refptr<device::BluetoothAdapter> adapter,
+ const std::string& device_address);
virtual ~MockBluetoothGattConnection();
MOCK_CONST_METHOD0(GetDeviceAddress, std::string());
« no previous file with comments | « device/bluetooth/test/mock_bluetooth_device.cc ('k') | device/bluetooth/test/mock_bluetooth_gatt_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698