Index: remoting/jingle_glue/xmpp_socket_adapter.cc |
=================================================================== |
--- remoting/jingle_glue/xmpp_socket_adapter.cc (revision 124688) |
+++ remoting/jingle_glue/xmpp_socket_adapter.cc (working copy) |
@@ -9,12 +9,12 @@ |
#include "base/logging.h" |
#include "remoting/jingle_glue/ssl_adapter.h" |
-#include "third_party/libjingle/source/talk/base/byteorder.h" |
+#include "third_party/libjingle/overrides/talk/base/byteorder.h" |
+#include "third_party/libjingle/overrides/talk/base/thread.h" |
#include "third_party/libjingle/source/talk/base/common.h" |
#include "third_party/libjingle/source/talk/base/firewallsocketserver.h" |
#include "third_party/libjingle/source/talk/base/socketadapters.h" |
#include "third_party/libjingle/source/talk/base/ssladapter.h" |
-#include "third_party/libjingle/source/talk/base/thread.h" |
#include "third_party/libjingle/source/talk/xmpp/xmppengine.h" |
namespace remoting { |