| Index: device/bluetooth/test/mock_bluetooth_device.cc
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.cc b/device/bluetooth/test/mock_bluetooth_device.cc
|
| index b4c6cfeecff9b0f130fdd5a3e02888f11e0e93b3..c1fe56f7dae7c702c55b75e3f1fd80f545c1e069 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.cc
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.cc
|
| @@ -33,7 +33,7 @@ MockBluetoothDevice::MockBluetoothDevice(MockBluetoothAdapter* adapter,
|
| ON_CALL(*this, IsConnecting())
|
| .WillByDefault(testing::Return(false));
|
| ON_CALL(*this, GetName())
|
| - .WillByDefault(testing::Return(UTF8ToUTF16(name_)));
|
| + .WillByDefault(testing::Return(base::UTF8ToUTF16(name_)));
|
| ON_CALL(*this, ExpectingPinCode())
|
| .WillByDefault(testing::Return(false));
|
| ON_CALL(*this, ExpectingPasskey())
|
|
|