Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: chromeos/dbus/fake_shill_service_client.cc

Issue 2666093002: Remove base::FundamentalValue (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/fake_shill_manager_client.cc ('k') | chromeos/dbus/shill_device_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cc995650f7be420f5ebc71eb83f8b65a7ea7156a..00735b4ea384973442f30b29202e7187afeb59a2 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) {
« no previous file with comments | « chromeos/dbus/fake_shill_manager_client.cc ('k') | chromeos/dbus/shill_device_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698