| Index: trunk/src/chromeos/dbus/shill_manager_client.cc
|
| ===================================================================
|
| --- trunk/src/chromeos/dbus/shill_manager_client.cc (revision 227138)
|
| +++ trunk/src/chromeos/dbus/shill_manager_client.cc (working copy)
|
| @@ -219,7 +219,7 @@
|
| virtual void Init(dbus::Bus* bus) OVERRIDE {
|
| proxy_ = bus->GetObjectProxy(shill::kFlimflamServiceName,
|
| dbus::ObjectPath(shill::kFlimflamServicePath));
|
| - helper_.reset(new ShillClientHelper(proxy_));
|
| + helper_.reset(new ShillClientHelper(bus, proxy_));
|
| helper_->MonitorPropertyChanged(shill::kFlimflamManagerInterface);
|
| }
|
|
|
|
|