Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: remoting/jingle_glue/xmpp_socket_adapter.cc

Issue 9581015: Include the headers from the libjingle overrides. (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/protocol/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | remoting/protocol/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698