summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/protobuf_video_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/protobuf_video_writer.cc')
-rw-r--r--remoting/protocol/protobuf_video_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/protobuf_video_writer.cc b/remoting/protocol/protobuf_video_writer.cc
index 851d1ec..81f2632 100644
--- a/remoting/protocol/protobuf_video_writer.cc
+++ b/remoting/protocol/protobuf_video_writer.cc
@@ -8,9 +8,9 @@
#include "net/socket/stream_socket.h"
#include "remoting/base/constants.h"
#include "remoting/proto/video.pb.h"
-#include "remoting/protocol/channel_factory.h"
#include "remoting/protocol/message_serialization.h"
#include "remoting/protocol/session.h"
+#include "remoting/protocol/stream_channel_factory.h"
namespace remoting {
namespace protocol {