| Index: device/bluetooth/test/bluetooth_test_bluez.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_bluez.h b/device/bluetooth/test/bluetooth_test_bluez.h
|
| index 7311bf6f3155e7ae59c57febd05b69a6a16860dd..6a3c7c979eb0636b7edce75fcbf3b38df4f21bb0 100644
|
| --- a/device/bluetooth/test/bluetooth_test_bluez.h
|
| +++ b/device/bluetooth/test/bluetooth_test_bluez.h
|
| @@ -16,6 +16,7 @@
|
|
|
| namespace bluez {
|
| class FakeBluetoothDeviceClient;
|
| +class FakeBluetoothAdapterClient;
|
| }
|
|
|
| namespace device {
|
| @@ -66,6 +67,7 @@ class BluetoothTestBlueZ : public BluetoothTestBase {
|
|
|
| private:
|
| bluez::FakeBluetoothDeviceClient* fake_bluetooth_device_client_;
|
| + bluez::FakeBluetoothAdapterClient* fake_bluetooth_adapter_client_;
|
| };
|
|
|
| // Defines common test fixture name. Use TEST_F(BluetoothTest, YourTestName).
|
|
|