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

Unified Diff: jingle/notifier/listener/send_update_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/listener/notification_defines.h ('k') | jingle/notifier/listener/send_update_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « jingle/notifier/listener/notification_defines.h ('k') | jingle/notifier/listener/send_update_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698