| Index: components/sync/engine_impl/commit_contributor.h
|
| diff --git a/sync/engine/commit_contributor.h b/components/sync/engine_impl/commit_contributor.h
|
| similarity index 79%
|
| rename from sync/engine/commit_contributor.h
|
| rename to components/sync/engine_impl/commit_contributor.h
|
| index 4b5b0cce038f44071f786ce86e62de16d7856aee..71de0695b34b95a7e5b61bf75cc15ad2a6bcf9cb 100644
|
| --- a/sync/engine/commit_contributor.h
|
| +++ b/components/sync/engine_impl/commit_contributor.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_ENGINE_COMMIT_CONTRIBUTOR_H_
|
| -#define SYNC_ENGINE_COMMIT_CONTRIBUTOR_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_CONTRIBUTOR_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_CONTRIBUTOR_H_
|
|
|
| #include <cstddef>
|
| #include <memory>
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -36,4 +36,4 @@ class SYNC_EXPORT CommitContributor {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_ENGINE_COMMIT_CONTRIBUTOR_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_CONTRIBUTOR_H_
|
|
|