| Index: chrome/browser/sync/tools/sync_listen_notifications.cc
|
| diff --git a/chrome/browser/sync/tools/sync_listen_notifications.cc b/chrome/browser/sync/tools/sync_listen_notifications.cc
|
| index d57f466af8978d40049bc7471eddbaef1067ce47..d1550e387ddd4376669a660c20c0c3ff83be7720 100644
|
| --- a/chrome/browser/sync/tools/sync_listen_notifications.cc
|
| +++ b/chrome/browser/sync/tools/sync_listen_notifications.cc
|
| @@ -29,11 +29,12 @@
|
| #include "talk/base/logging.h"
|
| #include "talk/base/sigslot.h"
|
| #include "talk/base/physicalsocketserver.h"
|
| +#include "talk/base/ssladapter.h"
|
| #include "talk/base/thread.h"
|
| #include "talk/xmpp/jid.h"
|
| #include "talk/xmpp/xmppclient.h"
|
| #include "talk/xmpp/xmppclientsettings.h"
|
| -#include "talk/xmpp/xmppconstants.h"
|
| +#include "talk/xmpp/constants.h"
|
| #include "talk/xmpp/xmppengine.h"
|
|
|
| // This is a simple utility that logs into an XMPP server, subscribes
|
|
|