summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/jingle_thread.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-02 02:03:42 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-02 02:03:42 +0000
commit65453cd0ae9937800a56dc82dda9d1bd4308f786 (patch)
tree2ae486ec9f7077224d6dcf23665ea8ef147cc1cc /remoting/jingle_glue/jingle_thread.h
parent413df9a688475c5ca5ccb53f82ab559e6d4d061f (diff)
downloadchromium_src-65453cd0ae9937800a56dc82dda9d1bd4308f786.zip
chromium_src-65453cd0ae9937800a56dc82dda9d1bd4308f786.tar.gz
chromium_src-65453cd0ae9937800a56dc82dda9d1bd4308f786.tar.bz2
Include override the new override headers in libjingle.
BUG=115501 TBR=ronghuawu@chromium.org TEST=Remoting host should work Review URL: https://chromiumcodereview.appspot.com/9564045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/jingle_glue/jingle_thread.h')
-rw-r--r--remoting/jingle_glue/jingle_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/jingle_glue/jingle_thread.h b/remoting/jingle_glue/jingle_thread.h
index e78d248..0d6018e 100644
--- a/remoting/jingle_glue/jingle_thread.h
+++ b/remoting/jingle_glue/jingle_thread.h
@@ -8,9 +8,9 @@
#include "base/message_loop.h"
#include "base/tracked_objects.h"
#include "base/synchronization/waitable_event.h"
-#include "third_party/libjingle/source/talk/base/messagequeue.h"
+#include "third_party/libjingle/overrides/talk/base/messagequeue.h"
+#include "third_party/libjingle/overrides/talk/base/thread.h"
#include "third_party/libjingle/source/talk/base/taskrunner.h"
-#include "third_party/libjingle/source/talk/base/thread.h"
namespace base {
class MessageLoopProxy;