| Index: components/sync/api/entity_change.h
|
| diff --git a/components/sync/api/entity_change.h b/components/sync/api/entity_change.h
|
| index dd6195649697ea2140e208cfde36701fc69d784f..88833426105d5976eb98f936d60d96cfda0fff7e 100644
|
| --- a/components/sync/api/entity_change.h
|
| +++ b/components/sync/api/entity_change.h
|
| @@ -9,11 +9,10 @@
|
| #include <vector>
|
|
|
| #include "components/sync/api/entity_data.h"
|
| -#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer_v2 {
|
|
|
| -class SYNC_EXPORT EntityChange {
|
| +class EntityChange {
|
| public:
|
| enum ChangeType { ACTION_ADD, ACTION_UPDATE, ACTION_DELETE };
|
|
|
|
|