Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2771)

Unified Diff: chromeos/dbus/shill_manager_client.cc

Issue 23658053: Track active references in ShillClientHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/shill_ipconfig_client.cc ('k') | chromeos/dbus/shill_profile_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_manager_client.cc
diff --git a/chromeos/dbus/shill_manager_client.cc b/chromeos/dbus/shill_manager_client.cc
index 70f209555272efa422e2dfc2c1b804f0b52deb35..083b86bab0e4b23becb45291598c7639beac0bb0 100644
--- a/chromeos/dbus/shill_manager_client.cc
+++ b/chromeos/dbus/shill_manager_client.cc
@@ -220,7 +220,7 @@ class ShillManagerClientImpl : public ShillManagerClient {
proxy_ =
bus->GetObjectProxy(flimflam::kFlimflamServiceName,
dbus::ObjectPath(flimflam::kFlimflamServicePath));
- helper_.reset(new ShillClientHelper(bus, proxy_));
+ helper_.reset(new ShillClientHelper(proxy_));
helper_->MonitorPropertyChanged(flimflam::kFlimflamManagerInterface);
}
« no previous file with comments | « chromeos/dbus/shill_ipconfig_client.cc ('k') | chromeos/dbus/shill_profile_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698