| Index: device/bluetooth/bluetooth_discovery_session.h
|
| diff --git a/device/bluetooth/bluetooth_discovery_session.h b/device/bluetooth/bluetooth_discovery_session.h
|
| index 72bdb3006399b4b451d54d5a9f1db7a83170031d..c16b43d797782c6876b7f390e3ba0886f135394d 100644
|
| --- a/device/bluetooth/bluetooth_discovery_session.h
|
| +++ b/device/bluetooth/bluetooth_discovery_session.h
|
| @@ -59,7 +59,7 @@ class BluetoothDiscoverySession {
|
|
|
| private:
|
| friend class BluetoothAdapter;
|
| - explicit BluetoothDiscoverySession(BluetoothAdapter* adapter);
|
| + explicit BluetoothDiscoverySession(scoped_refptr<BluetoothAdapter> adapter);
|
|
|
| // Internal callback invoked when a call to Stop has succeeded.
|
| void OnStop(const base::Closure& callback);
|
|
|