| Index: device/bluetooth/bluetooth_adapter_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| index bd9ec9e8c298203e45c700af5da97f6e8f878986..30deae6d8cec00ce23faf0a2ab8e1fe225947b43 100644
|
| --- a/device/bluetooth/bluetooth_adapter_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| @@ -17,6 +17,7 @@
|
| #include "dbus/object_path.h"
|
| #include "device/bluetooth/bluetooth_adapter.h"
|
| #include "device/bluetooth/bluetooth_device.h"
|
| +#include "device/bluetooth/bluetooth_export.h"
|
|
|
| namespace device {
|
| class BluetoothSocketThread;
|
| @@ -33,7 +34,7 @@ class BluetoothRemoteGattServiceChromeOS;
|
|
|
| // The BluetoothAdapterChromeOS class implements BluetoothAdapter for the
|
| // Chrome OS platform.
|
| -class BluetoothAdapterChromeOS
|
| +class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterChromeOS
|
| : public device::BluetoothAdapter,
|
| public chromeos::BluetoothAdapterClient::Observer,
|
| public chromeos::BluetoothDeviceClient::Observer,
|
|
|