| Index: components/sync/api/metadata_change_list.h
|
| diff --git a/sync/api/metadata_change_list.h b/components/sync/api/metadata_change_list.h
|
| similarity index 89%
|
| rename from sync/api/metadata_change_list.h
|
| rename to components/sync/api/metadata_change_list.h
|
| index 53c8e2424f18a84b4489d0ab6e8c21faba869361..13d329998b9e30ab8238ae1e6660fce26aa60df6 100644
|
| --- a/sync/api/metadata_change_list.h
|
| +++ b/components/sync/api/metadata_change_list.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_API_METADATA_CHANGE_LIST_H_
|
| -#define SYNC_API_METADATA_CHANGE_LIST_H_
|
| +#ifndef COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_
|
| +#define COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_
|
|
|
| #include <string>
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace sync_pb {
|
| class DataTypeState;
|
| @@ -49,4 +49,4 @@ class SYNC_EXPORT MetadataChangeList {
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_API_METADATA_CHANGE_LIST_H_
|
| +#endif // COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_
|
|
|