| Index: jingle/notifier/base/notifier_options_util.cc
|
| diff --git a/jingle/notifier/base/notifier_options_util.cc b/jingle/notifier/base/notifier_options_util.cc
|
| index a8615b1a65a1cb6bfec706ab2dbbf29dae83f240..9754b2c7be8043cfddfdf6e6d80b941d7f9a7bb8 100644
|
| --- a/jingle/notifier/base/notifier_options_util.cc
|
| +++ b/jingle/notifier/base/notifier_options_util.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/logging.h"
|
| #include "jingle/notifier/base/const_communicator.h"
|
| #include "jingle/notifier/base/notifier_options.h"
|
| -#include "webrtc/libjingle/xmpp/constants.h"
|
| -#include "webrtc/libjingle/xmpp/jid.h"
|
| +#include "third_party/libjingle_xmpp/xmpp/constants.h"
|
| +#include "third_party/libjingle_xmpp/xmpp/jid.h"
|
|
|
| namespace notifier {
|
|
|
|
|