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

Unified Diff: jingle/notifier/communicator/xmpp_connection_generator.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
Index: jingle/notifier/communicator/xmpp_connection_generator.cc
diff --git a/chrome/common/net/notifier/communicator/xmpp_connection_generator.cc b/jingle/notifier/communicator/xmpp_connection_generator.cc
similarity index 94%
rename from chrome/common/net/notifier/communicator/xmpp_connection_generator.cc
rename to jingle/notifier/communicator/xmpp_connection_generator.cc
index b9b12727ae44cdb47b6f65d269f7e78aee255edc..abadd358f1fccf3c1733966b43c0aa25e10b5ba4 100644
--- a/chrome/common/net/notifier/communicator/xmpp_connection_generator.cc
+++ b/jingle/notifier/communicator/xmpp_connection_generator.cc
@@ -10,7 +10,7 @@
// for connection in connection_list
// yield connection
-#include "chrome/common/net/notifier/communicator/xmpp_connection_generator.h"
+#include "jingle/notifier/communicator/xmpp_connection_generator.h"
#if defined(OS_WIN)
#include <winsock2.h>
@@ -23,10 +23,10 @@
#include "base/callback.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
-#include "chrome/common/net/notifier/base/signal_thread_task.h"
-#include "chrome/common/net/notifier/communicator/connection_options.h"
-#include "chrome/common/net/notifier/communicator/connection_settings.h"
-#include "chrome/common/net/notifier/communicator/product_info.h"
+#include "jingle/notifier/base/signal_thread_task.h"
+#include "jingle/notifier/communicator/connection_options.h"
+#include "jingle/notifier/communicator/connection_settings.h"
+#include "jingle/notifier/communicator/product_info.h"
#include "net/base/net_errors.h"
#include "net/base/sys_addrinfo.h"
#include "talk/base/httpcommon-inl.h"
« no previous file with comments | « jingle/notifier/communicator/xmpp_connection_generator.h ('k') | jingle/notifier/communicator/xmpp_socket_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698