| Index: components/sync/api/metadata_change_list.h
|
| diff --git a/components/sync/api/metadata_change_list.h b/components/sync/api/metadata_change_list.h
|
| index 13d329998b9e30ab8238ae1e6660fce26aa60df6..9e26f7b628427086e827d1a4cb4461faa283c491 100644
|
| --- a/components/sync/api/metadata_change_list.h
|
| +++ b/components/sync/api/metadata_change_list.h
|
| @@ -7,8 +7,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "components/sync/base/sync_export.h"
|
| -
|
| namespace sync_pb {
|
| class DataTypeState;
|
| class EntityMetadata;
|
| @@ -24,7 +22,7 @@ namespace syncer_v2 {
|
| // updated / deleted metadata records and provide a mechanism to enumerate
|
| // them. If there are multiple UpdateMetadata / ClearMetadata calls made for the
|
| // same metadata record the last one is supposed to win.
|
| -class SYNC_EXPORT MetadataChangeList {
|
| +class MetadataChangeList {
|
| public:
|
| MetadataChangeList() {}
|
| virtual ~MetadataChangeList() {}
|
|
|