diff options
Diffstat (limited to 'chromeos/dbus/shill_profile_client.cc')
-rw-r--r-- | chromeos/dbus/shill_profile_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/shill_profile_client.cc b/chromeos/dbus/shill_profile_client.cc index e0d8a71..0e63354 100644 --- a/chromeos/dbus/shill_profile_client.cc +++ b/chromeos/dbus/shill_profile_client.cc @@ -86,7 +86,7 @@ ShillClientHelper* ShillProfileClientImpl::GetHelper( // There is no helper for the profile, create it. dbus::ObjectProxy* object_proxy = bus_->GetObjectProxy(shill::kFlimflamServiceName, profile_path); - ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy); + ShillClientHelper* helper = new ShillClientHelper(object_proxy); helper->MonitorPropertyChanged(shill::kFlimflamProfileInterface); helpers_.insert(HelperMap::value_type(profile_path.value(), helper)); return helper; |