| Index: remoting/jingle_glue/xmpp_socket_adapter.h
|
| diff --git a/remoting/jingle_glue/xmpp_socket_adapter.h b/remoting/jingle_glue/xmpp_socket_adapter.h
|
| index d1a6f65dc2a46cdd968d6fc41514b030d90290be..18376b1ed66a206d1f7b671c0252964398b42f5d 100644
|
| --- a/remoting/jingle_glue/xmpp_socket_adapter.h
|
| +++ b/remoting/jingle_glue/xmpp_socket_adapter.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include <string>
|
|
|
| -#include "talk/base/asyncsocket.h"
|
| -#include "talk/xmpp/asyncsocket.h"
|
| -#include "talk/xmpp/xmppclientsettings.h"
|
| -#include "talk/xmpp/xmppengine.h"
|
| +#include "third_party/libjingle/source/talk/base/asyncsocket.h"
|
| +#include "third_party/libjingle/source/talk/xmpp/asyncsocket.h"
|
| +#include "third_party/libjingle/source/talk/xmpp/xmppclientsettings.h"
|
| +#include "third_party/libjingle/source/talk/xmpp/xmppengine.h"
|
|
|
| #ifndef _WIN32
|
| // Additional errors used by us from Win32 headers.
|
|
|