| Index: components/sync/core/data_type_association_stats.h
|
| diff --git a/components/sync/core/data_type_association_stats.h b/components/sync/core/data_type_association_stats.h
|
| index 33f0e8944ad93fae1634535bbd1b5611c3e8a96e..a375c02d2137fc5b0adce677eca6b8fb0c339cbd 100644
|
| --- a/components/sync/core/data_type_association_stats.h
|
| +++ b/components/sync/core/data_type_association_stats.h
|
| @@ -8,12 +8,11 @@
|
| #include <stdint.h>
|
|
|
| #include "base/time/time.h"
|
| -#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| // Container for datatype association results.
|
| -struct SYNC_EXPORT DataTypeAssociationStats {
|
| +struct DataTypeAssociationStats {
|
| DataTypeAssociationStats();
|
| DataTypeAssociationStats(const DataTypeAssociationStats& other);
|
| ~DataTypeAssociationStats();
|
|
|