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

Unified Diff: jingle/notifier/listener/subscribe_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/send_update_task_unittest.cc ('k') | jingle/notifier/listener/subscribe_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/subscribe_task.h
diff --git a/chrome/common/net/notifier/listener/subscribe_task.h b/jingle/notifier/listener/subscribe_task.h
similarity index 89%
rename from chrome/common/net/notifier/listener/subscribe_task.h
rename to jingle/notifier/listener/subscribe_task.h
index 6d236ef268dcd8c647168daf9e77c0f99ef40875..5b344d90d0a73e29bce9dae206585adcedc4cf95 100644
--- a/chrome/common/net/notifier/listener/subscribe_task.h
+++ b/jingle/notifier/listener/subscribe_task.h
@@ -6,8 +6,8 @@
// stanza which establishes the endpoint and directs future notifications to be
// pushed.
-#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_SUBSCRIBE_TASK_H_
-#define CHROME_COMMON_NET_NOTIFIER_LISTENER_SUBSCRIBE_TASK_H_
+#ifndef JINGLE_NOTIFIER_LISTENER_SUBSCRIBE_TASK_H_
+#define JINGLE_NOTIFIER_LISTENER_SUBSCRIBE_TASK_H_
#include <string>
#include <vector>
@@ -48,4 +48,4 @@ class SubscribeTask : public buzz::XmppTask {
} // namespace notifier
-#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_SUBSCRIBE_TASK_H_
+#endif // JINGLE_NOTIFIER_LISTENER_SUBSCRIBE_TASK_H_
« no previous file with comments | « jingle/notifier/listener/send_update_task_unittest.cc ('k') | jingle/notifier/listener/subscribe_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698