| Index: jingle/notifier/communicator/connection_settings.cc
|
| diff --git a/jingle/notifier/communicator/connection_settings.cc b/jingle/notifier/communicator/connection_settings.cc
|
| index 3e8bc420610b01f7519357d147e66de31cbbb43c..4ee73986df9307c2910cee59bcde048b43edd481 100644
|
| --- a/jingle/notifier/communicator/connection_settings.cc
|
| +++ b/jingle/notifier/communicator/connection_settings.cc
|
| @@ -8,11 +8,11 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -#include "webrtc/libjingle/xmpp/xmppclientsettings.h"
|
| // Ideally we shouldn't include anything from talk/p2p, but we need
|
| // the definition of ProtocolType. Don't use any functions from
|
| // port.h, since it won't link.
|
| -#include "webrtc/p2p/base/port.h"
|
| +#include "third_party/webrtc/p2p/base/port.h"
|
| +#include "third_party/xmpp/xmppclientsettings.h"
|
|
|
| namespace notifier {
|
|
|
|
|