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