summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_device_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/shill_device_client.cc')
-rw-r--r--chromeos/dbus/shill_device_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/shill_device_client.cc b/chromeos/dbus/shill_device_client.cc
index 931e71a..5aa4332 100644
--- a/chromeos/dbus/shill_device_client.cc
+++ b/chromeos/dbus/shill_device_client.cc
@@ -215,7 +215,7 @@ class ShillDeviceClientImpl : public ShillDeviceClient {
// There is no helper for the profile, create it.
dbus::ObjectProxy* object_proxy =
bus_->GetObjectProxy(shill::kFlimflamServiceName, device_path);
- ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy);
+ ShillClientHelper* helper = new ShillClientHelper(object_proxy);
CHECK(helper) << "Unable to create Shill client helper.";
helper->MonitorPropertyChanged(shill::kFlimflamDeviceInterface);
helpers_.insert(HelperMap::value_type(device_path.value(), helper));