| Index: device/bluetooth/bluetooth_discovery_session.h
|
| diff --git a/device/bluetooth/bluetooth_discovery_session.h b/device/bluetooth/bluetooth_discovery_session.h
|
| index 2dae0de2e2af4c7042fed90a74adf7267972a6f8..08a1de82c201146dce93011813a52a0970e6167d 100644
|
| --- a/device/bluetooth/bluetooth_discovery_session.h
|
| +++ b/device/bluetooth/bluetooth_discovery_session.h
|
| @@ -8,7 +8,6 @@
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "device/bluetooth/bluetooth_export.h"
|
|
|
| namespace device {
|
|
|
| @@ -26,7 +25,7 @@
|
| // AdapterDiscoveringChanged method of the BluetoothAdapter::Observer interface
|
| // to be notified of such a change and promptly request a new
|
| // BluetoothDiscoverySession if their existing sessions have become inactive.
|
| -class DEVICE_BLUETOOTH_EXPORT BluetoothDiscoverySession {
|
| +class BluetoothDiscoverySession {
|
| public:
|
| // The ErrorCallback is used by methods to asynchronously report errors.
|
| typedef base::Closure ErrorCallback;
|
|
|