| Index: chrome/common/net/notifier/listener/mediator_thread_impl.h
|
| ===================================================================
|
| --- chrome/common/net/notifier/listener/mediator_thread_impl.h (revision 46353)
|
| +++ chrome/common/net/notifier/listener/mediator_thread_impl.h (working copy)
|
| @@ -17,17 +17,17 @@
|
| // m.Logout();
|
| // delete m; // Also stops the thread.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
| -#define CHROME_BROWSER_SYNC_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
| +#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
| +#define CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "chrome/browser/sync/notifier/communicator/login.h"
|
| -#include "chrome/browser/sync/notifier/communicator/login_failure.h"
|
| -#include "chrome/browser/sync/notifier/listener/mediator_thread.h"
|
| +#include "chrome/common/net/notifier/communicator/login.h"
|
| +#include "chrome/common/net/notifier/communicator/login_failure.h"
|
| +#include "chrome/common/net/notifier/listener/mediator_thread.h"
|
| #include "talk/base/sigslot.h"
|
| #include "talk/base/thread.h"
|
| #include "talk/xmpp/xmppclientsettings.h"
|
| @@ -149,4 +149,4 @@
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_BROWSER_SYNC_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
| +#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_MEDIATOR_THREAD_IMPL_H_
|
|
|