| Index: jingle/notifier/communicator/xmpp_socket_adapter.cc
|
| diff --git a/chrome/common/net/notifier/communicator/xmpp_socket_adapter.cc b/jingle/notifier/communicator/xmpp_socket_adapter.cc
|
| similarity index 98%
|
| rename from chrome/common/net/notifier/communicator/xmpp_socket_adapter.cc
|
| rename to jingle/notifier/communicator/xmpp_socket_adapter.cc
|
| index 7fe2b17d932459cf954b927f0d0127a998981aeb..7d7a2e96e8d26f2fd6770080c30c2c0e5e7403bd 100644
|
| --- a/chrome/common/net/notifier/communicator/xmpp_socket_adapter.cc
|
| +++ b/jingle/notifier/communicator/xmpp_socket_adapter.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/net/notifier/communicator/xmpp_socket_adapter.h"
|
| +#include "jingle/notifier/communicator/xmpp_socket_adapter.h"
|
|
|
| #include <iomanip>
|
| #include <string>
|
|
|
| #include "base/logging.h"
|
| -#include "chrome/common/net/notifier/base/ssl_adapter.h"
|
| -#include "chrome/common/net/notifier/communicator/product_info.h"
|
| +#include "jingle/notifier/base/ssl_adapter.h"
|
| +#include "jingle/notifier/communicator/product_info.h"
|
| #include "talk/base/byteorder.h"
|
| #include "talk/base/common.h"
|
| #include "talk/base/firewallsocketserver.h"
|
|
|