Index: trunk/src/chromeos/dbus/shill_manager_client.cc |
=================================================================== |
--- trunk/src/chromeos/dbus/shill_manager_client.cc (revision 224203) |
+++ trunk/src/chromeos/dbus/shill_manager_client.cc (working copy) |
@@ -220,7 +220,7 @@ |
proxy_ = |
bus->GetObjectProxy(flimflam::kFlimflamServiceName, |
dbus::ObjectPath(flimflam::kFlimflamServicePath)); |
- helper_.reset(new ShillClientHelper(proxy_)); |
+ helper_.reset(new ShillClientHelper(bus, proxy_)); |
helper_->MonitorPropertyChanged(flimflam::kFlimflamManagerInterface); |
} |