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

Unified Diff: dbus/object_proxy.h

Issue 1074963003: Clean up potentially leaky use of base::DeletePointer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed another probleb Created 5 years, 8 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 | « dbus/object_manager.cc ('k') | dbus/object_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/object_proxy.h
diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h
index c0211b1db6187f975b9ef2c347366d69d47633c2..2569d7e4cf372566ed25c7f844a410e4c1055150 100644
--- a/dbus/object_proxy.h
+++ b/dbus/object_proxy.h
@@ -249,7 +249,7 @@ class CHROME_DBUS_EXPORT ObjectProxy
// Runs the method. Helper function for HandleMessage().
void RunMethod(base::TimeTicks start_time,
std::vector<SignalCallback> signal_callbacks,
- Signal* signal);
+ scoped_ptr<Signal> signal);
// Redirects the function call to HandleMessage().
static DBusHandlerResult HandleMessageThunk(DBusConnection* connection,
« no previous file with comments | « dbus/object_manager.cc ('k') | dbus/object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698