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

Unified Diff: remoting/protocol/rtp_video_reader.h

Issue 4313001: Rename classes for Chromoting: (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Resolve merge conflicts Created 10 years, 1 month 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/protocol_test_client.cc ('k') | remoting/protocol/rtp_video_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/rtp_video_reader.h
diff --git a/remoting/protocol/rtp_video_reader.h b/remoting/protocol/rtp_video_reader.h
index d7f526eb6294735ae631e00f1995f9d3fe9178e9..39a8c3324910d4a50a80b9d9f7a400544bba305a 100644
--- a/remoting/protocol/rtp_video_reader.h
+++ b/remoting/protocol/rtp_video_reader.h
@@ -10,13 +10,17 @@
namespace remoting {
+namespace protocol {
+class Session;
+} // namespace protocol
+
class RtpVideoReader : public VideoReader {
public:
RtpVideoReader();
virtual ~RtpVideoReader();
// VideoReader interface.
- virtual void Init(ChromotocolConnection* connection, VideoStub* video_stub);
+ virtual void Init(protocol::Session* session, VideoStub* video_stub);
virtual void Close();
private:
« no previous file with comments | « remoting/protocol/protocol_test_client.cc ('k') | remoting/protocol/rtp_video_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698