Index: trunk/src/chromeos/dbus/shill_device_client.cc |
=================================================================== |
--- trunk/src/chromeos/dbus/shill_device_client.cc (revision 224203) |
+++ trunk/src/chromeos/dbus/shill_device_client.cc (working copy) |
@@ -215,7 +215,7 @@ |
// There is no helper for the profile, create it. |
dbus::ObjectProxy* object_proxy = |
bus_->GetObjectProxy(flimflam::kFlimflamServiceName, device_path); |
- ShillClientHelper* helper = new ShillClientHelper(object_proxy); |
+ ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy); |
CHECK(helper) << "Unable to create Shill client helper."; |
helper->MonitorPropertyChanged(flimflam::kFlimflamDeviceInterface); |
helpers_.insert(HelperMap::value_type(device_path.value(), helper)); |