| Index: remoting/protocol/jingle_messages_unittest.cc
|
| diff --git a/remoting/protocol/jingle_messages_unittest.cc b/remoting/protocol/jingle_messages_unittest.cc
|
| index 38d4844aeae4d595d51a0eccaed8ba6ac3eb06b2..680900c2500d49d1ce70bda3136a69c7d964d537 100644
|
| --- a/remoting/protocol/jingle_messages_unittest.cc
|
| +++ b/remoting/protocol/jingle_messages_unittest.cc
|
| @@ -12,8 +12,8 @@
|
| #include "remoting/protocol/content_description.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
|
| -#include "third_party/webrtc/libjingle/xmpp/constants.h"
|
| +#include "third_party/libjingle_xmpp/xmllite/xmlelement.h"
|
| +#include "third_party/libjingle_xmpp/xmpp/constants.h"
|
|
|
| using buzz::QName;
|
| using buzz::XmlAttr;
|
|
|