| Index: device/bluetooth/test/mock_bluetooth_gatt_service.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_gatt_service.h b/device/bluetooth/test/mock_bluetooth_gatt_service.h
|
| index 1ba3deaf58410bc9448d9a7c1e05d0302dbae543..0f36f2861640a59cec69004d9487a807449fd022 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_gatt_service.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_gatt_service.h
|
| @@ -56,6 +56,8 @@ class MockBluetoothGattService : public BluetoothGattService {
|
| void AddMockCharacteristic(
|
| scoped_ptr<MockBluetoothGattCharacteristic> mock_characteristic);
|
| std::vector<BluetoothGattCharacteristic*> GetMockCharacteristics() const;
|
| + BluetoothGattCharacteristic* GetMockCharacteristic(
|
| + const std::string& identifier) const;
|
|
|
| private:
|
| ScopedVector<MockBluetoothGattCharacteristic> mock_characteristics_;
|
|
|