| Index: device/bluetooth/bluetooth_gatt_characteristic.h
|
| diff --git a/device/bluetooth/bluetooth_gatt_characteristic.h b/device/bluetooth/bluetooth_gatt_characteristic.h
|
| index f3a36e8928e58226c89036c7711a483985833c28..f67e0a7caaf28e81ec9dd305003bced820ce02d4 100644
|
| --- a/device/bluetooth/bluetooth_gatt_characteristic.h
|
| +++ b/device/bluetooth/bluetooth_gatt_characteristic.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "device/bluetooth/bluetooth_export.h"
|
| #include "device/bluetooth/bluetooth_gatt_service.h"
|
| #include "device/bluetooth/bluetooth_uuid.h"
|
|
|
| @@ -32,7 +31,7 @@
|
| // service. To achieve this, users can construct instances of
|
| // BluetoothGattCharacteristic directly and add it to the desired
|
| // BluetoothGattService instance that represents a local service.
|
| -class DEVICE_BLUETOOTH_EXPORT BluetoothGattCharacteristic {
|
| +class BluetoothGattCharacteristic {
|
| public:
|
| // Values representing the possible properties of a characteristic, which
|
| // define how the characteristic can be used. Each of these properties serve
|
|
|