summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/message_decoder.cc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 21:04:34 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 21:04:34 +0000
commit8156dfec0f8ada9d61492b25ae39e4190c5b032d (patch)
tree596fd16d2fd1a5c0d56e7c3bfb827af6a069df8a /remoting/protocol/message_decoder.cc
parent38f285a515082e15e9be1a07985b2d1a37da4d9f (diff)
downloadchromium_src-8156dfec0f8ada9d61492b25ae39e4190c5b032d.zip
chromium_src-8156dfec0f8ada9d61492b25ae39e4190c5b032d.tar.gz
chromium_src-8156dfec0f8ada9d61492b25ae39e4190c5b032d.tar.bz2
Add DEPS files in remoting subdirectories.
This is to avoid unwanted dependencies between remoting modules. Also fixed libjingle includes to use full path, and removed some old includes. TEST=checkdeps BUG=None Review URL: http://codereview.chromium.org/4562002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65251 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/message_decoder.cc')
-rw-r--r--remoting/protocol/message_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/message_decoder.cc b/remoting/protocol/message_decoder.cc
index b82eb04..1200120 100644
--- a/remoting/protocol/message_decoder.cc
+++ b/remoting/protocol/message_decoder.cc
@@ -8,7 +8,7 @@
#include "net/base/io_buffer.h"
#include "remoting/base/multiple_array_input_stream.h"
#include "remoting/proto/internal.pb.h"
-#include "talk/base/byteorder.h"
+#include "third_party/libjingle/source/talk/base/byteorder.h"
namespace remoting {