| Index: chromeos/dbus/fake_shill_service_client.cc
|
| diff --git a/chromeos/dbus/fake_shill_service_client.cc b/chromeos/dbus/fake_shill_service_client.cc
|
| index 33a8169742ce2d6c4b17a45e0e87900f4cb9b810..927901caad9d61b237f33544c4c13d810c671f5a 100644
|
| --- a/chromeos/dbus/fake_shill_service_client.cc
|
| +++ b/chromeos/dbus/fake_shill_service_client.cc
|
| @@ -585,11 +585,8 @@ void FakeShillServiceClient::SetCellularActivated(
|
| base::StringValue(shill::kActivationStateActivated),
|
| base::Bind(&base::DoNothing),
|
| error_callback);
|
| - SetProperty(service_path,
|
| - shill::kConnectableProperty,
|
| - base::FundamentalValue(true),
|
| - base::Bind(&base::DoNothing),
|
| - error_callback);
|
| + SetProperty(service_path, shill::kConnectableProperty, base::Value(true),
|
| + base::Bind(&base::DoNothing), error_callback);
|
| }
|
|
|
| void FakeShillServiceClient::ContinueConnect(const std::string& service_path) {
|
|
|