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

Unified Diff: jingle/notifier/listener/listen_task.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/communicator/xmpp_socket_adapter.cc ('k') | jingle/notifier/listener/listen_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/listen_task.h
diff --git a/chrome/common/net/notifier/listener/listen_task.h b/jingle/notifier/listener/listen_task.h
similarity index 84%
rename from chrome/common/net/notifier/listener/listen_task.h
rename to jingle/notifier/listener/listen_task.h
index c4f2a6fafdcb69e46b128da4bfb46a54dc5f31b3..6a867753649bc7db93e852ec126aafc6ef3d158f 100644
--- a/chrome/common/net/notifier/listener/listen_task.h
+++ b/jingle/notifier/listener/listen_task.h
@@ -9,10 +9,10 @@
// The task is deleted automatically by the buzz::XmppClient. This occurs in the
// destructor of TaskRunner, which is a superclass of buzz::XmppClient.
-#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_LISTEN_TASK_H_
-#define CHROME_COMMON_NET_NOTIFIER_LISTENER_LISTEN_TASK_H_
+#ifndef JINGLE_NOTIFIER_LISTENER_LISTEN_TASK_H_
+#define JINGLE_NOTIFIER_LISTENER_LISTEN_TASK_H_
-#include "chrome/common/net/notifier/listener/notification_defines.h"
+#include "jingle/notifier/listener/notification_defines.h"
#include "talk/xmpp/xmpptask.h"
namespace buzz {
@@ -46,4 +46,4 @@ class ListenTask : public buzz::XmppTask {
} // namespace notifier
-#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_LISTEN_TASK_H_
+#endif // JINGLE_NOTIFIER_LISTENER_LISTEN_TASK_H_
« no previous file with comments | « jingle/notifier/communicator/xmpp_socket_adapter.cc ('k') | jingle/notifier/listener/listen_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698