| Index: components/sync/api/metadata_batch.h
|
| diff --git a/components/sync/api/metadata_batch.h b/components/sync/api/metadata_batch.h
|
| index 79da85bfebe6cdb4cbf39d4169a42820da44e987..4233e522436e2c50779bee064dd82a65cf9313f4 100644
|
| --- a/components/sync/api/metadata_batch.h
|
| +++ b/components/sync/api/metadata_batch.h
|
| @@ -8,7 +8,6 @@
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/protocol/data_type_state.pb.h"
|
| #include "components/sync/protocol/entity_metadata.pb.h"
|
|
|
| @@ -18,7 +17,7 @@ namespace syncer_v2 {
|
| typedef std::map<std::string, sync_pb::EntityMetadata> EntityMetadataMap;
|
|
|
| // Container used to pass sync metadata from services to their processor.
|
| -class SYNC_EXPORT MetadataBatch {
|
| +class MetadataBatch {
|
| public:
|
| MetadataBatch();
|
| virtual ~MetadataBatch();
|
|
|