| Index: device/bluetooth/bluetooth_adapter.h
|
| diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
|
| index 7fbd099415134fcbf2a0bef09342a7675b5b203a..7c87eb835018f15fea211b56417618f81569f2a3 100644
|
| --- a/device/bluetooth/bluetooth_adapter.h
|
| +++ b/device/bluetooth/bluetooth_adapter.h
|
| @@ -41,7 +41,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter
|
| : public base::RefCounted<BluetoothAdapter> {
|
| public:
|
| // Interface for observing changes from bluetooth adapters.
|
| - class Observer {
|
| + class DEVICE_BLUETOOTH_EXPORT Observer {
|
| public:
|
| virtual ~Observer() {}
|
|
|
|
|