| Index: components/sync/core/data_batch_impl.h
|
| diff --git a/components/sync/core/data_batch_impl.h b/components/sync/core/data_batch_impl.h
|
| index ad1f73ddd24daa72568f4aaecb80e80c09b74f05..9f582db723a4060e36cbcd1b11f1e1db2e361780 100644
|
| --- a/components/sync/core/data_batch_impl.h
|
| +++ b/components/sync/core/data_batch_impl.h
|
| @@ -23,7 +23,7 @@ namespace syncer_v2 {
|
| // them until Next() is invoked, when it gives up ownerhsip. Because a vector
|
| // is used internally, this impl is unaware when duplcate client_tags are used,
|
| // and it is the caller's job to avoid this.
|
| -class SYNC_EXPORT DataBatchImpl : public DataBatch {
|
| +class DataBatchImpl : public DataBatch {
|
| public:
|
| DataBatchImpl();
|
| ~DataBatchImpl() override;
|
|
|