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

Unified Diff: jingle/notifier/listener/mediator_thread.h

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/listen_task.cc ('k') | jingle/notifier/listener/mediator_thread_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/mediator_thread.h
diff --git a/chrome/common/net/notifier/listener/mediator_thread.h b/jingle/notifier/listener/mediator_thread.h
similarity index 84%
rename from chrome/common/net/notifier/listener/mediator_thread.h
rename to jingle/notifier/listener/mediator_thread.h
index f90a1997df0f7dd6f1c19ff0dc5ccb29d5a0e2d3..643b1e56475e6564f8596d13b21bb4dc47d6fd35 100644
--- a/chrome/common/net/notifier/listener/mediator_thread.h
+++ b/jingle/notifier/listener/mediator_thread.h
@@ -5,13 +5,13 @@
// These methods should post messages to a queue which a different thread will
// later come back and read from.
-#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
-#define CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
+#ifndef JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
+#define JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
#include <string>
#include <vector>
-#include "chrome/common/net/notifier/listener/notification_defines.h"
+#include "jingle/notifier/listener/notification_defines.h"
namespace buzz {
class XmppClientSettings;
@@ -52,4 +52,4 @@ class MediatorThread {
} // namespace notifier
-#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
+#endif // JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
« no previous file with comments | « jingle/notifier/listener/listen_task.cc ('k') | jingle/notifier/listener/mediator_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698