| Index: chromeos/dbus/shill_ipconfig_client.cc
|
| diff --git a/chromeos/dbus/shill_ipconfig_client.cc b/chromeos/dbus/shill_ipconfig_client.cc
|
| index 4483078be5e8aac4fb5dcf13fa65af4a626cfa31..46aeb71ed143c45a9e62dfa85f02850e836e6cec 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(shill::kFlimflamServiceName, ipconfig_path);
|
| - ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy);
|
| + ShillClientHelper* helper = new ShillClientHelper(object_proxy);
|
| helper->MonitorPropertyChanged(shill::kFlimflamIPConfigInterface);
|
| helpers_.insert(HelperMap::value_type(ipconfig_path.value(), helper));
|
| return helper;
|
|
|