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