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

Unified Diff: remoting/protocol/protobuf_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
« no previous file with comments | « remoting/protocol/message_reader_unittest.cc ('k') | remoting/protocol/protobuf_video_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protobuf_video_writer.h
diff --git a/remoting/protocol/protobuf_video_writer.h b/remoting/protocol/protobuf_video_writer.h
index 5c69c61849182623c4175c0a409656d22048f108..587ceab1c7c8783b840a26b1099ab7049db47b4c 100644
--- a/remoting/protocol/protobuf_video_writer.h
+++ b/remoting/protocol/protobuf_video_writer.h
@@ -12,6 +12,10 @@
#include "base/memory/scoped_ptr.h"
#include "remoting/protocol/video_writer.h"
+namespace base {
+class MessageLoopProxy;
+} // namespace base
+
namespace net {
class StreamSocket;
} // namespace net
@@ -24,7 +28,7 @@ class Session;
class ProtobufVideoWriter : public VideoWriter {
public:
- ProtobufVideoWriter();
+ ProtobufVideoWriter(base::MessageLoopProxy* message_loop);
virtual ~ProtobufVideoWriter();
// VideoWriter interface.
« no previous file with comments | « remoting/protocol/message_reader_unittest.cc ('k') | remoting/protocol/protobuf_video_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698