Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: sync/sessions/session_state.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/sessions/ordered_commit_set_unittest.cc ('k') | sync/sessions/session_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/sessions/ordered_commit_set_unittest.cc ('k') | sync/sessions/session_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698