Index: jingle/notifier/listener/send_update_task.h |
diff --git a/chrome/common/net/notifier/listener/send_update_task.h b/jingle/notifier/listener/send_update_task.h |
similarity index 82% |
rename from chrome/common/net/notifier/listener/send_update_task.h |
rename to jingle/notifier/listener/send_update_task.h |
index 2d78dfd1e600acbef67f0c7ab0aa81e8cf937292..03285dde2d46429ebc87085076128a7e7f3bf76d 100644 |
--- a/chrome/common/net/notifier/listener/send_update_task.h |
+++ b/jingle/notifier/listener/send_update_task.h |
@@ -4,12 +4,12 @@ |
// |
// Methods for sending the update stanza to notify peers via xmpp. |
-#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_SEND_UPDATE_TASK_H_ |
-#define CHROME_COMMON_NET_NOTIFIER_LISTENER_SEND_UPDATE_TASK_H_ |
+#ifndef JINGLE_NOTIFIER_LISTENER_SEND_UPDATE_TASK_H_ |
+#define JINGLE_NOTIFIER_LISTENER_SEND_UPDATE_TASK_H_ |
#include <string> |
-#include "chrome/common/net/notifier/listener/notification_defines.h" |
+#include "jingle/notifier/listener/notification_defines.h" |
#include "talk/xmllite/xmlelement.h" |
#include "talk/xmpp/xmpptask.h" |
#include "testing/gtest/include/gtest/gtest_prod.h" |
@@ -44,4 +44,4 @@ class SendUpdateTask : public buzz::XmppTask { |
} // namespace notifier |
-#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_SEND_UPDATE_TASK_H_ |
+#endif // JINGLE_NOTIFIER_LISTENER_SEND_UPDATE_TASK_H_ |