Index: remoting/protocol/video_reader.h |
diff --git a/remoting/protocol/video_reader.h b/remoting/protocol/video_reader.h |
index ca39619e2f4d9354690c9aa6fcf7e05152a0deee..0c8ef876c7148344d7fe1617794c5d2556c45222 100644 |
--- a/remoting/protocol/video_reader.h |
+++ b/remoting/protocol/video_reader.h |
@@ -14,6 +14,10 @@ |
namespace remoting { |
+namespace protocol { |
+class Session; |
+} // namespace protocol |
+ |
class ChromotocolConfig; |
class ChromotocolConnection; |
@@ -25,7 +29,7 @@ class VideoReader { |
// Initializies the reader. Doesn't take ownership of either |connection| |
// or |video_stub|. |
- virtual void Init(ChromotocolConnection* connection, |
+ virtual void Init(protocol::Session* session, |
VideoStub* video_stub) = 0; |
// Closes the reader. The stub should not be called after Close(). |