| Index: components/sync/syncable/transaction_observer.h
|
| diff --git a/components/sync/syncable/transaction_observer.h b/components/sync/syncable/transaction_observer.h
|
| index 536b7cf20e65867125130964e8d92955fcc54e76..d96e894d975d449cb678839814a47f81e6d2d027 100644
|
| --- a/components/sync/syncable/transaction_observer.h
|
| +++ b/components/sync/syncable/transaction_observer.h
|
| @@ -6,13 +6,12 @@
|
| #define COMPONENTS_SYNC_SYNCABLE_TRANSACTION_OBSERVER_H_
|
|
|
| #include "components/sync/base/model_type.h"
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/syncable/write_transaction_info.h"
|
|
|
| namespace syncer {
|
| namespace syncable {
|
|
|
| -class SYNC_EXPORT TransactionObserver {
|
| +class TransactionObserver {
|
| public:
|
| virtual void OnTransactionWrite(
|
| const ImmutableWriteTransactionInfo& write_transaction_info,
|
|
|