| Index: sync/sessions/session_state.h
|
| diff --git a/chrome/browser/sync/sessions/session_state.h b/sync/sessions/session_state.h
|
| similarity index 95%
|
| rename from chrome/browser/sync/sessions/session_state.h
|
| rename to sync/sessions/session_state.h
|
| index 994e983c82d1c265c61ba9bfa13bf8ce7f7d589f..676fe5b379633d66fb04043504828c506d1467da 100644
|
| --- a/chrome/browser/sync/sessions/session_state.h
|
| +++ b/sync/sessions/session_state.h
|
| @@ -9,8 +9,8 @@
|
| // separation this file provides allows clients to only include the parts they
|
| // need rather than the entire session stack.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_SESSIONS_SESSION_STATE_H_
|
| -#define CHROME_BROWSER_SYNC_SESSIONS_SESSION_STATE_H_
|
| +#ifndef SYNC_SESSIONS_SESSION_STATE_H_
|
| +#define SYNC_SESSIONS_SESSION_STATE_H_
|
| #pragma once
|
|
|
| #include <map>
|
| @@ -20,13 +20,13 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| -#include "chrome/browser/sync/engine/syncer_types.h"
|
| -#include "chrome/browser/sync/engine/syncproto.h"
|
| -#include "chrome/browser/sync/sessions/ordered_commit_set.h"
|
| -#include "chrome/browser/sync/protocol/sync_protocol_error.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| -#include "chrome/browser/sync/syncable/model_type_payload_map.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| +#include "sync/engine/syncer_types.h"
|
| +#include "sync/engine/syncproto.h"
|
| +#include "sync/protocol/sync_protocol_error.h"
|
| +#include "sync/sessions/ordered_commit_set.h"
|
| +#include "sync/syncable/model_type.h"
|
| +#include "sync/syncable/model_type_payload_map.h"
|
| +#include "sync/syncable/syncable.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -326,4 +326,4 @@ struct PerModelSafeGroupState {
|
| } // namespace sessions
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_SESSIONS_SESSION_STATE_H_
|
| +#endif // SYNC_SESSIONS_SESSION_STATE_H_
|
|
|