Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: jingle/notifier/communicator/xmpp_socket_adapter.cc

Issue 2885005: Move chrome/common/net/notifier to jingle/notifier so that it can be used by remoting/remoting.gyp. (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: rebased Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « jingle/notifier/communicator/xmpp_socket_adapter.h ('k') | jingle/notifier/listener/listen_task.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « jingle/notifier/communicator/xmpp_socket_adapter.h ('k') | jingle/notifier/listener/listen_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698