| Index: jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| diff --git a/jingle/notifier/communicator/single_login_attempt_unittest.cc b/jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| index 298907cf903e77b6c6071c25815a600924dde554..f200d882e80e1f3b8711cdf81271ffc7373d57ef 100644
|
| --- a/jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| +++ b/jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| @@ -17,9 +17,9 @@
|
| #include "net/dns/mock_host_resolver.h"
|
| #include "net/url_request/url_request_test_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
|
| -#include "webrtc/libjingle/xmpp/constants.h"
|
| -#include "webrtc/libjingle/xmpp/xmppengine.h"
|
| +#include "third_party/libjingle_xmpp/xmllite/xmlelement.h"
|
| +#include "third_party/libjingle_xmpp/xmpp/constants.h"
|
| +#include "third_party/libjingle_xmpp/xmpp/xmppengine.h"
|
|
|
| namespace buzz {
|
| class XmppTaskParentInterface;
|
|
|