Index: chromeos/dbus/shill_ipconfig_client.cc |
diff --git a/chromeos/dbus/shill_ipconfig_client.cc b/chromeos/dbus/shill_ipconfig_client.cc |
index b8962204b7cf18931be51cea0d5d6173b353f643..8fcd3004eb1b40cb650f5bf2902d2d33d970e22c 100644 |
--- a/chromeos/dbus/shill_ipconfig_client.cc |
+++ b/chromeos/dbus/shill_ipconfig_client.cc |
@@ -70,7 +70,7 @@ class ShillIPConfigClientImpl : public ShillIPConfigClient { |
// There is no helper for the profile, create it. |
dbus::ObjectProxy* object_proxy = |
bus_->GetObjectProxy(flimflam::kFlimflamServiceName, ipconfig_path); |
- ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy); |
+ ShillClientHelper* helper = new ShillClientHelper(object_proxy); |
helper->MonitorPropertyChanged(flimflam::kFlimflamIPConfigInterface); |
helpers_.insert(HelperMap::value_type(ipconfig_path.value(), helper)); |
return helper; |