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

Unified Diff: sync/sessions/ordered_commit_set.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/debug_info_getter.h ('k') | sync/sessions/ordered_commit_set.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/ordered_commit_set.h
diff --git a/chrome/browser/sync/sessions/ordered_commit_set.h b/sync/sessions/ordered_commit_set.h
similarity index 91%
rename from chrome/browser/sync/sessions/ordered_commit_set.h
rename to sync/sessions/ordered_commit_set.h
index 0e2daf515cab7b2dafe859c8d1841a9258a6bea3..8551c070165f3fc36fdff468663618b4c9a35c37 100644
--- a/chrome/browser/sync/sessions/ordered_commit_set.h
+++ b/sync/sessions/ordered_commit_set.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
-#define CHROME_BROWSER_SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
+#ifndef SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
+#define SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
#pragma once
#include <map>
#include <set>
#include <vector>
-#include "chrome/browser/sync/engine/model_safe_worker.h"
-#include "chrome/browser/sync/syncable/model_type.h"
-#include "chrome/browser/sync/syncable/syncable_id.h"
+#include "sync/engine/model_safe_worker.h"
+#include "sync/syncable/model_type.h"
+#include "sync/syncable/syncable_id.h"
namespace browser_sync {
namespace sessions {
@@ -115,5 +115,5 @@ class OrderedCommitSet {
} // namespace sessions
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
+#endif // SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
« no previous file with comments | « sync/sessions/debug_info_getter.h ('k') | sync/sessions/ordered_commit_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698