| Index: device/bluetooth/bluetooth_gatt_connection.h
|
| diff --git a/device/bluetooth/bluetooth_gatt_connection.h b/device/bluetooth/bluetooth_gatt_connection.h
|
| index 81e1c8e43b13f159554dd976ca40150cd9f7d5e8..da630434879a32e78f91469bf466a5165dc3a7ff 100644
|
| --- a/device/bluetooth/bluetooth_gatt_connection.h
|
| +++ b/device/bluetooth/bluetooth_gatt_connection.h
|
| @@ -8,7 +8,6 @@
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| -#include "device/bluetooth/bluetooth_export.h"
|
|
|
| namespace device {
|
|
|
| @@ -18,7 +17,7 @@
|
| // active BluetoothGattConnection object. BluetoothGattConnection objects
|
| // automatically update themselves, when the connection is terminated by the
|
| // operating system (e.g. due to user action).
|
| -class DEVICE_BLUETOOTH_EXPORT BluetoothGattConnection {
|
| +class BluetoothGattConnection {
|
| public:
|
| // Destructor automatically closes this GATT connection. If this is the last
|
| // remaining GATT connection and this results in a call to the OS, that call
|
|
|