summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/libjingle_transport_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/libjingle_transport_factory.cc')
-rw-r--r--remoting/protocol/libjingle_transport_factory.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/libjingle_transport_factory.cc b/remoting/protocol/libjingle_transport_factory.cc
index 34acb39..d2bddc3 100644
--- a/remoting/protocol/libjingle_transport_factory.cc
+++ b/remoting/protocol/libjingle_transport_factory.cc
@@ -13,9 +13,9 @@
#include "jingle/glue/utils.h"
#include "net/base/net_errors.h"
#include "remoting/base/constants.h"
-#include "remoting/jingle_glue/jingle_info_request.h"
-#include "remoting/jingle_glue/network_settings.h"
#include "remoting/protocol/channel_authenticator.h"
+#include "remoting/protocol/network_settings.h"
+#include "remoting/signaling/jingle_info_request.h"
#include "third_party/libjingle/source/talk/base/network.h"
#include "third_party/libjingle/source/talk/p2p/base/constants.h"
#include "third_party/libjingle/source/talk/p2p/base/p2ptransportchannel.h"