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

Unified Diff: dbus/object_manager.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 | « content/renderer/media/webrtc/media_stream_remote_video_source.cc ('k') | dbus/object_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/object_manager.h
diff --git a/dbus/object_manager.h b/dbus/object_manager.h
index 23a88cdc893ed871845a16f5c89b73f7d1302c28..50e3d966c5cb3fc8dcc4a6abb116bfd8fdb9d6f3 100644
--- a/dbus/object_manager.h
+++ b/dbus/object_manager.h
@@ -261,7 +261,7 @@ public:
// This method notifies the relevant PropertySet that it should update its
// properties based on the received signal. Called from HandleMessage.
void NotifyPropertiesChanged(const dbus::ObjectPath object_path,
- Signal* signal);
+ scoped_ptr<Signal> signal);
void NotifyPropertiesChangedHelper(const dbus::ObjectPath object_path,
Signal* signal);
« no previous file with comments | « content/renderer/media/webrtc/media_stream_remote_video_source.cc ('k') | dbus/object_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698