Index: device/bluetooth/bluetooth_classic_win_fake.h |
diff --git a/device/bluetooth/bluetooth_classic_win_fake.h b/device/bluetooth/bluetooth_classic_win_fake.h |
index 60aa2140a085c355ed653cc212c13af1282cc841..4627224ca97227a07bfe325e17af5bbe995714cd 100644 |
--- a/device/bluetooth/bluetooth_classic_win_fake.h |
+++ b/device/bluetooth/bluetooth_classic_win_fake.h |
@@ -39,12 +39,14 @@ class BluetoothClassicWrapperFake : public BluetoothClassicWrapper { |
BOOL FindDeviceClose(HBLUETOOTH_DEVICE_FIND handle) override; |
BOOL EnableDiscovery(HANDLE handle, BOOL is_enable) override; |
BOOL EnableIncomingConnections(HANDLE handle, BOOL is_enable) override; |
+ DWORD LastError() override; |
BluetoothRadio* SimulateARadio(base::string16 name, |
BLUETOOTH_ADDRESS address); |
private: |
scoped_ptr<BluetoothRadio> simulated_radios_; |
+ DWORD last_error_; |
}; |
} // namespace device |