| Index: jingle/notifier/listener/mediator_thread.h
|
| diff --git a/chrome/common/net/notifier/listener/mediator_thread.h b/jingle/notifier/listener/mediator_thread.h
|
| similarity index 84%
|
| rename from chrome/common/net/notifier/listener/mediator_thread.h
|
| rename to jingle/notifier/listener/mediator_thread.h
|
| index f90a1997df0f7dd6f1c19ff0dc5ccb29d5a0e2d3..643b1e56475e6564f8596d13b21bb4dc47d6fd35 100644
|
| --- a/chrome/common/net/notifier/listener/mediator_thread.h
|
| +++ b/jingle/notifier/listener/mediator_thread.h
|
| @@ -5,13 +5,13 @@
|
| // These methods should post messages to a queue which a different thread will
|
| // later come back and read from.
|
|
|
| -#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
|
| +#ifndef JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
|
| +#define JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "chrome/common/net/notifier/listener/notification_defines.h"
|
| +#include "jingle/notifier/listener/notification_defines.h"
|
|
|
| namespace buzz {
|
| class XmppClientSettings;
|
| @@ -52,4 +52,4 @@ class MediatorThread {
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
|
| +#endif // JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_H_
|
|
|