diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 20:09:50 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 20:09:50 +0000 |
commit | e976a17124ab2fc3df0947867ca1941e9245e627 (patch) | |
tree | df335eb26b1822d135964fe14a6ec6ef72692dd7 /remoting/base/encoder_vp8.h | |
parent | 41dd4a311c4c683367201bfe876a2d6f220e5319 (diff) | |
download | chromium_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/base/encoder_vp8.h')
-rw-r--r-- | remoting/base/encoder_vp8.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/base/encoder_vp8.h b/remoting/base/encoder_vp8.h index ae29c63..6c3357c 100644 --- a/remoting/base/encoder_vp8.h +++ b/remoting/base/encoder_vp8.h @@ -6,7 +6,6 @@ #define REMOTING_BASE_ENCODER_VP8_H_ #include "remoting/base/encoder.h" -#include "remoting/base/protocol/chromotocol.pb.h" typedef struct vpx_codec_ctx vpx_codec_ctx_t; typedef struct vpx_image vpx_image_t; |