summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/util.h
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-18 20:09:50 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-18 20:09:50 +0000
commite976a17124ab2fc3df0947867ca1941e9245e627 (patch)
treedf335eb26b1822d135964fe14a6ec6ef72692dd7 /remoting/protocol/util.h
parent41dd4a311c4c683367201bfe876a2d6f220e5319 (diff)
downloadchromium_src-e976a17124ab2fc3df0947867ca1941e9245e627.zip
chromium_src-e976a17124ab2fc3df0947867ca1941e9245e627.tar.gz
chromium_src-e976a17124ab2fc3df0947867ca1941e9245e627.tar.bz2
Move chromotocol.proto to remoting/protocol
Move the proto file and split it into multiple smaller proto files. BUG=None TEST=None Review URL: http://codereview.chromium.org/3808002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62965 0039d316-1c4b-4281-b951-d872f2087c98
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.