| Index: chromeos/dbus/fake_shill_device_client.cc
|
| diff --git a/chromeos/dbus/fake_shill_device_client.cc b/chromeos/dbus/fake_shill_device_client.cc
|
| index f1d0e18eb0b0e61132df54ae8a9c383f6c6bc684..c567864266ba85cf1dadcd51d12ddfd39083e0a5 100644
|
| --- a/chromeos/dbus/fake_shill_device_client.cc
|
| +++ b/chromeos/dbus/fake_shill_device_client.cc
|
| @@ -266,7 +266,7 @@ void FakeShillDeviceClient::SetCarrier(const dbus::ObjectPath& device_path,
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) {
|
| SetPropertyInternal(device_path, shill::kCarrierProperty,
|
| - base::StringValue(carrier), callback, error_callback);
|
| + base::Value(carrier), callback, error_callback);
|
| }
|
|
|
| void FakeShillDeviceClient::Reset(const dbus::ObjectPath& device_path,
|
|
|