| Index: content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| index cc6cd9d5cb21ad43b4cfe9e008f373a6053b5fd7..af668a1989c4907e889ab29f6e53355a35ffc585 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| @@ -119,12 +119,10 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
|
| const std::string& device_id);
|
|
|
| // Callbacks for BluetoothDevice::CreateGattConnection.
|
| - void OnGATTConnectionCreated(
|
| - int thread_id,
|
| - int request_id,
|
| - const std::string& device_instance_id,
|
| - base::TimeTicks start_time,
|
| - scoped_ptr<device::BluetoothGattConnection> connection);
|
| + void OnGATTConnectionCreated(int thread_id,
|
| + int request_id,
|
| + const std::string& device_instance_id,
|
| + base::TimeTicks start_time);
|
| void OnCreateGATTConnectionError(
|
| int thread_id,
|
| int request_id,
|
|
|