| Index: components/sync/engine_impl/commit_util.h
|
| diff --git a/sync/engine/commit_util.h b/components/sync/engine_impl/commit_util.h
|
| similarity index 83%
|
| rename from sync/engine/commit_util.h
|
| rename to components/sync/engine_impl/commit_util.h
|
| index 29866ba6d9ea81ded350ca96f5b185dbe2896149..acc86a2da3be08b873be94916ebdaf5c8680b2c7 100644
|
| --- a/sync/engine/commit_util.h
|
| +++ b/components/sync/engine_impl/commit_util.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 SYNC_ENGINE_COMMIT_UTIL_H_
|
| -#define SYNC_ENGINE_COMMIT_UTIL_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_UTIL_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_UTIL_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include <set>
|
|
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| -#include "sync/util/extensions_activity.h"
|
| +#include "components/sync/base/extensions_activity.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace sync_pb {
|
| class CommitMessage;
|
| @@ -65,4 +65,4 @@ sync_pb::CommitResponse::ResponseType ProcessSingleCommitResponse(
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_ENGINE_COMMIT_UTIL_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_UTIL_H_
|
|
|