| Index: remoting/protocol/video_writer.h
|
| diff --git a/remoting/protocol/video_writer.h b/remoting/protocol/video_writer.h
|
| index eae6b6e60e96da3032b1f5d96e74a5c90922e0a6..eafa2b43d195a1f77cdb750bc0a9bd19d60a5fcc 100644
|
| --- a/remoting/protocol/video_writer.h
|
| +++ b/remoting/protocol/video_writer.h
|
| @@ -11,11 +11,10 @@
|
| #define REMOTING_PROTOCOL_VIDEO_WRITER_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "remoting/proto/video.pb.h"
|
|
|
| namespace remoting {
|
|
|
| -class ChromotocolConnection;
|
| +class VideoPacket;
|
|
|
| namespace protocol {
|
|
|
|
|