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

Unified Diff: remoting/protocol/rtp_video_writer.h

Issue 7633009: Use MessageLoopProxy for network message loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 4 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/protocol/rtp_video_writer.h
diff --git a/remoting/protocol/rtp_video_writer.h b/remoting/protocol/rtp_video_writer.h
index f0482541676b0888c1f64f750ed17725c3d204e0..bb8ddc7d1cb7640d3f2019f0e19523578bb3ab44 100644
--- a/remoting/protocol/rtp_video_writer.h
+++ b/remoting/protocol/rtp_video_writer.h
@@ -9,6 +9,10 @@
#include "remoting/protocol/rtp_writer.h"
#include "remoting/protocol/video_writer.h"
+namespace base {
+class MessageLoopProxy;
+} // namespace base
+
namespace remoting {
namespace protocol {
@@ -16,7 +20,7 @@ class Session;
class RtpVideoWriter : public VideoWriter {
public:
- RtpVideoWriter();
+ RtpVideoWriter(base::MessageLoopProxy* message_loop);
virtual ~RtpVideoWriter();
// VideoWriter interface.

Powered by Google App Engine
This is Rietveld 408576698