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

Unified Diff: remoting/protocol/video_writer.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/video_reader.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/video_writer.h
diff --git a/remoting/protocol/video_writer.h b/remoting/protocol/video_writer.h
index 9c98a8ec908f3c0e0854856cf5be13b2196adc00..49bdeb6f49310fb32a84a180552dab4aa27eb96f 100644
--- a/remoting/protocol/video_writer.h
+++ b/remoting/protocol/video_writer.h
@@ -15,6 +15,10 @@
namespace remoting {
+namespace protocol {
+class Session;
+} // namespace protocol
+
class ChromotocolConfig;
class ChromotocolConnection;
@@ -26,7 +30,7 @@ class VideoWriter {
static VideoWriter* Create(const ChromotocolConfig* config);
// Initializes the writer.
- virtual void Init(ChromotocolConnection* connection) = 0;
+ virtual void Init(protocol::Session* session) = 0;
// Sends the |packet|.
virtual void SendPacket(const VideoPacket& packet) = 0;
« no previous file with comments | « remoting/protocol/video_reader.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698