| Index: sync/sessions/sync_session.h
|
| diff --git a/chrome/browser/sync/sessions/sync_session.h b/sync/sessions/sync_session.h
|
| similarity index 94%
|
| rename from chrome/browser/sync/sessions/sync_session.h
|
| rename to sync/sessions/sync_session.h
|
| index 6b21ea1d5e4b37e262baf0c742a4afccfcc664ac..1dfe78cfd1cb3fe20577360aa8b35e014a29a936 100644
|
| --- a/chrome/browser/sync/sessions/sync_session.h
|
| +++ b/sync/sessions/sync_session.h
|
| @@ -11,8 +11,8 @@
|
| // server updates, and access the SyncSessionContext for the current session
|
| // via SyncSession instances.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSION_H_
|
| -#define CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSION_H_
|
| +#ifndef SYNC_SESSIONS_SYNC_SESSION_H_
|
| +#define SYNC_SESSIONS_SYNC_SESSION_H_
|
| #pragma once
|
|
|
| #include <map>
|
| @@ -24,13 +24,13 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time.h"
|
| -#include "chrome/browser/sync/engine/model_safe_worker.h"
|
| -#include "chrome/browser/sync/sessions/ordered_commit_set.h"
|
| -#include "chrome/browser/sync/sessions/session_state.h"
|
| -#include "chrome/browser/sync/sessions/status_controller.h"
|
| -#include "chrome/browser/sync/sessions/sync_session_context.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| -#include "chrome/browser/sync/util/extensions_activity_monitor.h"
|
| +#include "sync/engine/model_safe_worker.h"
|
| +#include "sync/sessions/ordered_commit_set.h"
|
| +#include "sync/sessions/session_state.h"
|
| +#include "sync/sessions/status_controller.h"
|
| +#include "sync/sessions/sync_session_context.h"
|
| +#include "sync/syncable/model_type.h"
|
| +#include "sync/util/extensions_activity_monitor.h"
|
|
|
| namespace syncable {
|
| class WriteTransaction;
|
| @@ -237,4 +237,4 @@ class ScopedSetSessionWriteTransaction {
|
| } // namespace sessions
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSION_H_
|
| +#endif // SYNC_SESSIONS_SYNC_SESSION_H_
|
|
|