| Index: trunk/src/chromeos/dbus/shill_ipconfig_client.cc
|
| ===================================================================
|
| --- trunk/src/chromeos/dbus/shill_ipconfig_client.cc (revision 224203)
|
| +++ trunk/src/chromeos/dbus/shill_ipconfig_client.cc (working copy)
|
| @@ -70,7 +70,7 @@
|
| // There is no helper for the profile, create it.
|
| dbus::ObjectProxy* object_proxy =
|
| bus_->GetObjectProxy(flimflam::kFlimflamServiceName, ipconfig_path);
|
| - ShillClientHelper* helper = new ShillClientHelper(object_proxy);
|
| + ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy);
|
| helper->MonitorPropertyChanged(flimflam::kFlimflamIPConfigInterface);
|
| helpers_.insert(HelperMap::value_type(ipconfig_path.value(), helper));
|
| return helper;
|
|
|