| Index: jingle/notifier/listener/mediator_thread_impl.h
|
| diff --git a/chrome/common/net/notifier/listener/mediator_thread_impl.h b/jingle/notifier/listener/mediator_thread_impl.h
|
| similarity index 89%
|
| rename from chrome/common/net/notifier/listener/mediator_thread_impl.h
|
| rename to jingle/notifier/listener/mediator_thread_impl.h
|
| index df83ebd77cf330734c36587e64fcf365b972343f..0e2e22f4ccb60dbc300fa2f2181b0915d7310f8f 100644
|
| --- a/chrome/common/net/notifier/listener/mediator_thread_impl.h
|
| +++ b/jingle/notifier/listener/mediator_thread_impl.h
|
| @@ -17,8 +17,8 @@
|
| // m.Logout();
|
| // delete m; // Also stops the thread.
|
|
|
| -#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
| +#ifndef JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
| +#define JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -27,10 +27,10 @@
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/thread.h"
|
| -#include "chrome/common/net/notifier/communicator/login.h"
|
| -#include "chrome/common/net/notifier/communicator/login_connection_state.h"
|
| -#include "chrome/common/net/notifier/communicator/login_failure.h"
|
| -#include "chrome/common/net/notifier/listener/mediator_thread.h"
|
| +#include "jingle/notifier/communicator/login.h"
|
| +#include "jingle/notifier/communicator/login_connection_state.h"
|
| +#include "jingle/notifier/communicator/login_failure.h"
|
| +#include "jingle/notifier/listener/mediator_thread.h"
|
| #include "talk/base/sigslot.h"
|
| #include "talk/xmpp/xmppclientsettings.h"
|
|
|
| @@ -139,4 +139,4 @@ class MediatorThreadImpl
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
| +#endif // JINGLE_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
|
|