| Index: components/sync/api/metadata_batch.h
|
| diff --git a/sync/api/metadata_batch.h b/components/sync/api/metadata_batch.h
|
| similarity index 80%
|
| rename from sync/api/metadata_batch.h
|
| rename to components/sync/api/metadata_batch.h
|
| index dd4b8d0c7dec338988274ea73d2cfd052fcc9f59..79da85bfebe6cdb4cbf39d4169a42820da44e987 100644
|
| --- a/sync/api/metadata_batch.h
|
| +++ b/components/sync/api/metadata_batch.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_API_METADATA_BATCH_H_
|
| -#define SYNC_API_METADATA_BATCH_H_
|
| +#ifndef COMPONENTS_SYNC_API_METADATA_BATCH_H_
|
| +#define COMPONENTS_SYNC_API_METADATA_BATCH_H_
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/protocol/data_type_state.pb.h"
|
| -#include "sync/protocol/entity_metadata.pb.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/protocol/data_type_state.pb.h"
|
| +#include "components/sync/protocol/entity_metadata.pb.h"
|
|
|
| namespace syncer_v2 {
|
|
|
| @@ -45,4 +45,4 @@ class SYNC_EXPORT MetadataBatch {
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_API_METADATA_BATCH_H_
|
| +#endif // COMPONENTS_SYNC_API_METADATA_BATCH_H_
|
|
|