Index: remoting/protocol/video_reader.h |
diff --git a/remoting/protocol/video_reader.h b/remoting/protocol/video_reader.h |
index e539c0d00c3e6a12f4293ac74fd7af0d1dbb43cf..986216e4bb2841a0072e805a907fb359aa7f3805 100644 |
--- a/remoting/protocol/video_reader.h |
+++ b/remoting/protocol/video_reader.h |
@@ -12,6 +12,10 @@ |
#include "base/callback.h" |
#include "remoting/protocol/video_stub.h" |
+namespace base { |
+class MessageLoopProxy; |
+} // namespace base |
+ |
namespace remoting { |
class ChromotocolConnection; |
@@ -23,7 +27,8 @@ class SessionConfig; |
class VideoReader { |
public: |
- static VideoReader* Create(const SessionConfig* config); |
+ static VideoReader* Create(base::MessageLoopProxy* message_loop, |
+ const SessionConfig* config); |
// The callback is called when initialization is finished. The |
// parameter is set to true on success. |