diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 01:27:46 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 01:27:46 +0000 |
commit | b3c03409a5538a9aa4577b10f340e14fd71d99dc (patch) | |
tree | 679974a34a0d1414ea8699f555c52b9fc6ad408f /remoting/protocol/util.h | |
parent | aa32bccb292a8e9e153bd44544558e36f440f21e (diff) | |
download | chromium_src-b3c03409a5538a9aa4577b10f340e14fd71d99dc.zip chromium_src-b3c03409a5538a9aa4577b10f340e14fd71d99dc.tar.gz chromium_src-b3c03409a5538a9aa4577b10f340e14fd71d99dc.tar.bz2 |
Added CompoundBuffer that will be used to store data in the encoding/decoding
pipeline.
BUG=None
TEST=Unittests
Review URL: http://codereview.chromium.org/4779001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/util.h')
-rw-r--r-- | remoting/protocol/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/util.h b/remoting/protocol/util.h index 8c460f0..d8435b3 100644 --- a/remoting/protocol/util.h +++ b/remoting/protocol/util.h @@ -8,8 +8,8 @@ #ifndef REMOTING_PROTOCOL_UTIL_H_ #define REMOTING_PROTOCOL_UTIL_H_ -#include "google/protobuf/message_lite.h" #include "net/base/io_buffer.h" +#include "third_party/protobuf/src/google/protobuf/message_lite.h" class Task; |