| Index: remoting/protocol/libjingle_transport_factory.cc
|
| diff --git a/remoting/protocol/libjingle_transport_factory.cc b/remoting/protocol/libjingle_transport_factory.cc
|
| index 3b44cf725471da72a2177acaac0498242d4255e0..b7b87559eefec642692e9fe4b378bd81bae91b60 100644
|
| --- a/remoting/protocol/libjingle_transport_factory.cc
|
| +++ b/remoting/protocol/libjingle_transport_factory.cc
|
| @@ -13,12 +13,12 @@
|
| #include "net/base/net_errors.h"
|
| #include "remoting/protocol/network_settings.h"
|
| #include "remoting/signaling/jingle_info_request.h"
|
| -#include "third_party/libjingle/source/talk/p2p/base/constants.h"
|
| -#include "third_party/libjingle/source/talk/p2p/base/p2ptransportchannel.h"
|
| -#include "third_party/libjingle/source/talk/p2p/base/port.h"
|
| -#include "third_party/libjingle/source/talk/p2p/client/basicportallocator.h"
|
| -#include "third_party/libjingle/source/talk/p2p/client/httpportallocator.h"
|
| #include "third_party/webrtc/base/network.h"
|
| +#include "third_party/webrtc/p2p/base/constants.h"
|
| +#include "third_party/webrtc/p2p/base/p2ptransportchannel.h"
|
| +#include "third_party/webrtc/p2p/base/port.h"
|
| +#include "third_party/webrtc/p2p/client/basicportallocator.h"
|
| +#include "third_party/webrtc/p2p/client/httpportallocator.h"
|
|
|
| namespace remoting {
|
| namespace protocol {
|
|
|