| Index: components/sync/engine_impl/commit_queue.h
|
| diff --git a/sync/engine/commit_queue.h b/components/sync/engine_impl/commit_queue.h
|
| similarity index 70%
|
| rename from sync/engine/commit_queue.h
|
| rename to components/sync/engine_impl/commit_queue.h
|
| index a5355061a660c0e513ed232de5472fd46c88a795..7001a25003142cb347cbd98f68854484b09f36dd 100644
|
| --- a/sync/engine/commit_queue.h
|
| +++ b/components/sync/engine_impl/commit_queue.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_ENGINE_COMMIT_QUEUE_H_
|
| -#define SYNC_ENGINE_COMMIT_QUEUE_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_QUEUE_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_QUEUE_H_
|
|
|
| -#include "sync/internal_api/public/non_blocking_sync_common.h"
|
| +#include "components/sync/core/non_blocking_sync_common.h"
|
|
|
| namespace syncer_v2 {
|
|
|
| @@ -21,4 +21,4 @@ class SYNC_EXPORT CommitQueue {
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_ENGINE_COMMIT_QUEUE_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_QUEUE_H_
|
|
|