| Index: remoting/protocol/libjingle_transport_factory.cc
|
| diff --git a/remoting/protocol/libjingle_transport_factory.cc b/remoting/protocol/libjingle_transport_factory.cc
|
| index b2302f88d46b9485d787feb36be5fdbb5dacc715..f3a15be2af012567a9baacd3eeec62160e8ad13b 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 {
|
|
|