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

Unified Diff: jingle/notifier/listener/mediator_thread_impl.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/listener/mediator_thread_impl.h ('k') | jingle/notifier/listener/mediator_thread_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/mediator_thread_impl.cc
diff --git a/chrome/common/net/notifier/listener/mediator_thread_impl.cc b/jingle/notifier/listener/mediator_thread_impl.cc
similarity index 95%
rename from chrome/common/net/notifier/listener/mediator_thread_impl.cc
rename to jingle/notifier/listener/mediator_thread_impl.cc
index 13de806b8a9d148ac35b319dca38ac3f3074f9be..9f740ddaadcd911108f2fa219527bad3790fb3e7 100644
--- a/chrome/common/net/notifier/listener/mediator_thread_impl.cc
+++ b/jingle/notifier/listener/mediator_thread_impl.cc
@@ -2,18 +2,18 @@
// 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/listener/mediator_thread_impl.h"
+#include "jingle/notifier/listener/mediator_thread_impl.h"
#include "base/logging.h"
#include "base/message_loop.h"
#include "base/task.h"
-#include "chrome/common/net/notifier/base/task_pump.h"
-#include "chrome/common/net/notifier/communicator/connection_options.h"
-#include "chrome/common/net/notifier/communicator/const_communicator.h"
-#include "chrome/common/net/notifier/communicator/xmpp_connection_generator.h"
-#include "chrome/common/net/notifier/listener/listen_task.h"
-#include "chrome/common/net/notifier/listener/send_update_task.h"
-#include "chrome/common/net/notifier/listener/subscribe_task.h"
+#include "jingle/notifier/base/task_pump.h"
+#include "jingle/notifier/communicator/connection_options.h"
+#include "jingle/notifier/communicator/const_communicator.h"
+#include "jingle/notifier/communicator/xmpp_connection_generator.h"
+#include "jingle/notifier/listener/listen_task.h"
+#include "jingle/notifier/listener/send_update_task.h"
+#include "jingle/notifier/listener/subscribe_task.h"
#include "net/base/host_port_pair.h"
#include "net/base/host_resolver.h"
#include "talk/base/physicalsocketserver.h"
« no previous file with comments | « jingle/notifier/listener/mediator_thread_impl.h ('k') | jingle/notifier/listener/mediator_thread_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698