summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/util.h')
-rw-r--r--remoting/protocol/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/protocol/util.h b/remoting/protocol/util.h
index ef15e45..9dee8b5a 100644
--- a/remoting/protocol/util.h
+++ b/remoting/protocol/util.h
@@ -7,7 +7,8 @@
#include "google/protobuf/message_lite.h"
#include "net/base/io_buffer.h"
-#include "remoting/base/protocol/chromotocol.pb.h"
+// TODO(hclam): Should not include internal.pb.h.
+#include "remoting/proto/internal.pb.h"
// This file defines utility methods used for encoding and decoding the protocol
// used in Chromoting.