| Index: device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h b/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
|
| index 8b786845ec9003c3582a48560ef98bcb997c1bd6..a155c0f1a3751fea59dcb356113d60106d0bc6fa 100644
|
| --- a/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
|
| @@ -34,13 +34,6 @@ class BluetoothLocalGattServiceBlueZ
|
| : public BluetoothGattServiceBlueZ,
|
| public device::BluetoothLocalGattService {
|
| public:
|
| - static base::WeakPtr<device::BluetoothLocalGattService> Create(
|
| - device::BluetoothAdapter* adapter,
|
| - const device::BluetoothUUID& uuid,
|
| - bool is_primary,
|
| - BluetoothLocalGattService* included_service,
|
| - BluetoothLocalGattService::Delegate* delegate);
|
| -
|
| BluetoothLocalGattServiceBlueZ(
|
| BluetoothAdapterBlueZ* adapter,
|
| const device::BluetoothUUID& uuid,
|
|
|