| 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..0e848d7fdad6f03dbf576db2df3732ab82367547 100644
|
| --- a/jingle/notifier/communicator/connection_settings.cc
|
| +++ b/jingle/notifier/communicator/connection_settings.cc
|
| @@ -8,10 +8,10 @@
|
|
|
| #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 "third_party/libjingle_xmpp/xmpp/xmppclientsettings.h"
|
| #include "webrtc/p2p/base/port.h"
|
|
|
| namespace notifier {
|
|
|