Index: chromeos/dbus/shill_manager_client.cc |
diff --git a/chromeos/dbus/shill_manager_client.cc b/chromeos/dbus/shill_manager_client.cc |
index 70f209555272efa422e2dfc2c1b804f0b52deb35..083b86bab0e4b23becb45291598c7639beac0bb0 100644 |
--- a/chromeos/dbus/shill_manager_client.cc |
+++ b/chromeos/dbus/shill_manager_client.cc |
@@ -220,7 +220,7 @@ class ShillManagerClientImpl : public ShillManagerClient { |
proxy_ = |
bus->GetObjectProxy(flimflam::kFlimflamServiceName, |
dbus::ObjectPath(flimflam::kFlimflamServicePath)); |
- helper_.reset(new ShillClientHelper(bus, proxy_)); |
+ helper_.reset(new ShillClientHelper(proxy_)); |
helper_->MonitorPropertyChanged(flimflam::kFlimflamManagerInterface); |
} |