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

Unified Diff: components/sync/syncable/change_reorder_buffer.h

Issue 2407163004: [Sync] Move some directory-related things from core/ to syncable/. (Closed)
Patch Set: Created 4 years, 2 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
Index: components/sync/syncable/change_reorder_buffer.h
diff --git a/components/sync/core_impl/change_reorder_buffer.h b/components/sync/syncable/change_reorder_buffer.h
similarity index 93%
rename from components/sync/core_impl/change_reorder_buffer.h
rename to components/sync/syncable/change_reorder_buffer.h
index e7db07948ca9f0a27c8e115c2fc6ce14fb166604..55ac73165e64b5c85b8bc2eb3f0b7cc02bc7d4cc 100644
--- a/components/sync/core_impl/change_reorder_buffer.h
+++ b/components/sync/syncable/change_reorder_buffer.h
@@ -6,8 +6,8 @@
// actions to achieve the ordering constraint required by the SyncObserver
// interface of the SyncAPI.
-#ifndef COMPONENTS_SYNC_CORE_IMPL_CHANGE_REORDER_BUFFER_H_
-#define COMPONENTS_SYNC_CORE_IMPL_CHANGE_REORDER_BUFFER_H_
+#ifndef COMPONENTS_SYNC_SYNCABLE_CHANGE_REORDER_BUFFER_H_
+#define COMPONENTS_SYNC_SYNCABLE_CHANGE_REORDER_BUFFER_H_
#include <stdint.h>
@@ -17,8 +17,8 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/linked_ptr.h"
-#include "components/sync/core/change_record.h"
#include "components/sync/protocol/sync.pb.h"
+#include "components/sync/syncable/change_record.h"
namespace syncer {
@@ -91,4 +91,4 @@ class ChangeReorderBuffer {
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_IMPL_CHANGE_REORDER_BUFFER_H_
+#endif // COMPONENTS_SYNC_SYNCABLE_CHANGE_REORDER_BUFFER_H_
« no previous file with comments | « components/sync/syncable/change_record_unittest.cc ('k') | components/sync/syncable/change_reorder_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698