Index: device/bluetooth/test/mock_bluetooth_adapter.h |
diff --git a/device/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h |
index 0b7fcff967bad7289285879121f241968f6e3db4..af4f053ac469b26b309433aeb2ed6fadcc709f6e 100644 |
--- a/device/bluetooth/test/mock_bluetooth_adapter.h |
+++ b/device/bluetooth/test/mock_bluetooth_adapter.h |
@@ -34,6 +34,9 @@ class MockBluetoothAdapter : public BluetoothAdapter { |
virtual bool IsInitialized() const { return true; } |
+#if defined(OS_CHROMEOS) |
+ void Shutdown(); |
+#endif |
MOCK_METHOD1(AddObserver, void(BluetoothAdapter::Observer*)); |
MOCK_METHOD1(RemoveObserver, void(BluetoothAdapter::Observer*)); |
MOCK_CONST_METHOD0(GetAddress, std::string()); |