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_ |