| Index: jingle/notifier/communicator/connection_settings.cc
|
| diff --git a/jingle/notifier/communicator/connection_settings.cc b/jingle/notifier/communicator/connection_settings.cc
|
| index 164bbbc688d1f71515affcb6c8c28158eb9a7041..12d78c272d87602e0359e18604c1e4a835e1e9b9 100644
|
| --- a/jingle/notifier/communicator/connection_settings.cc
|
| +++ b/jingle/notifier/communicator/connection_settings.cc
|
| @@ -6,12 +6,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 "talk/p2p/base/port.h"
|
| -
|
| -#include "talk/xmpp/xmppclientsettings.h"
|
| +#include "webrtc/p2p/base/port.h"
|
|
|
| namespace notifier {
|
|
|
|
|