| Index: device/bluetooth/test/mock_bluetooth_device.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
|
| index f7a620b59c0b48c201ef6b5fe7ae731418794a83..090a5965554288864a1ba62f6c1433859b793a39 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.h
|
| @@ -136,7 +136,7 @@ class MockBluetoothDevice : public BluetoothDevice {
|
| // Used by tests to save callbacks that will be run in the future.
|
| std::queue<base::Closure> pending_callbacks_;
|
|
|
| - ScopedVector<MockBluetoothGattService> mock_services_;
|
| + std::vector<std::unique_ptr<MockBluetoothGattService>> mock_services_;
|
| };
|
|
|
| } // namespace device
|
|
|