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

Unified Diff: remoting/host/event_executor.h

Issue 9720019: Use scoped_ptr<> to pass ownership in more places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 9 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
Index: remoting/host/event_executor.h
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h
index 70727d06de8c12f8b62b667f4753d4b7b4c97843..3acde7aa00794129d60eb143272e8cbce9fa48dd 100644
--- a/remoting/host/event_executor.h
+++ b/remoting/host/event_executor.h
@@ -17,7 +17,6 @@ class Capturer;
class EventExecutor : public protocol::HostEventStub {
public:
// Creates default event executor for the current platform.
- // Does not take ownership of |message_loop| or |capturer|.
static scoped_ptr<protocol::HostEventStub> Create(MessageLoop* message_loop,
Capturer* capturer);
};

Powered by Google App Engine
This is Rietveld 408576698