| Index: device/bluetooth/bluetooth_adapter_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| index 30deae6d8cec00ce23faf0a2ab8e1fe225947b43..bd9ec9e8c298203e45c700af5da97f6e8f878986 100644
|
| --- a/device/bluetooth/bluetooth_adapter_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| @@ -17,7 +17,6 @@
|
| #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;
|
| @@ -34,7 +33,7 @@
|
|
|
| // The BluetoothAdapterChromeOS class implements BluetoothAdapter for the
|
| // Chrome OS platform.
|
| -class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterChromeOS
|
| +class BluetoothAdapterChromeOS
|
| : public device::BluetoothAdapter,
|
| public chromeos::BluetoothAdapterClient::Observer,
|
| public chromeos::BluetoothDeviceClient::Observer,
|
|
|