| Index: device/bluetooth/test/bluetooth_test.h
|
| diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h
|
| index e331b42d026e201edb7121c305a59815c160767a..291781db67446069e0f21180f6b339b854e9f15c 100644
|
| --- a/device/bluetooth/test/bluetooth_test.h
|
| +++ b/device/bluetooth/test/bluetooth_test.h
|
| @@ -90,7 +90,7 @@ class BluetoothTestBase : public testing::Test {
|
| // Callbacks that increment |callback_count_|, |error_callback_count_|:
|
| void Callback();
|
| void DiscoverySessionCallback(scoped_ptr<BluetoothDiscoverySession>);
|
| - void GattConnectionCallback(scoped_ptr<BluetoothGattConnection>);
|
| + void GattConnectionCallback();
|
| void ErrorCallback();
|
| void ConnectErrorCallback(enum BluetoothDevice::ConnectErrorCode);
|
|
|
|
|