| Index: device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| index 229daff694be4a4241e85bed8efc0ce74fc6c6d0..384c2658f4462b3b0ff67fc66dfc30d479e1b00d 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| @@ -7,18 +7,12 @@
|
|
|
| #include "device/bluetooth/bluetooth_remote_gatt_characteristic.h"
|
|
|
| +#import <CoreBluetooth/CoreBluetooth.h>
|
| #include <unordered_map>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|
| -#if defined(__OBJC__)
|
| -#import <CoreBluetooth/CoreBluetooth.h>
|
| -#else
|
| -@class CBCharacteristic;
|
| -typedef NS_ENUM(NSInteger, CBCharacteristicWriteType);
|
| -#endif // defined(__OBJC__)
|
| -
|
| namespace device {
|
|
|
| class BluetoothAdapterMac;
|
| @@ -66,6 +60,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattCharacteristicMac
|
| const ErrorCallback& error_callback) override;
|
|
|
| private:
|
| + friend class BluetoothLowEnergyDeviceMac;
|
| friend class BluetoothRemoteGattDescriptorMac;
|
| friend class BluetoothRemoteGattServiceMac;
|
| friend class BluetoothTestMac;
|
|
|