diff options
Diffstat (limited to 'remoting/protocol/video_reader.h')
-rw-r--r-- | remoting/protocol/video_reader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/protocol/video_reader.h b/remoting/protocol/video_reader.h index 0c8ef87..9ead3c9f 100644 --- a/remoting/protocol/video_reader.h +++ b/remoting/protocol/video_reader.h @@ -21,6 +21,8 @@ class Session; class ChromotocolConfig; class ChromotocolConnection; +namespace protocol { + class VideoReader { public: static VideoReader* Create(const ChromotocolConfig* config); @@ -42,6 +44,7 @@ class VideoReader { DISALLOW_COPY_AND_ASSIGN(VideoReader); }; +} // namespace protocol } // namespace remoting #endif // REMOTING_PROTOCOL_VIDEO_READER_H_ |