| 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_
|
|
|