| Index: sync/internal_api/public/write_transaction.h
|
| diff --git a/sync/internal_api/public/write_transaction.h b/sync/internal_api/public/write_transaction.h
|
| index e1000419b9fd5c42bce9a8e8d4f243133744cbe6..8d8d101b67baf3391c18ed038acbb929d74f97a9 100644
|
| --- a/sync/internal_api/public/write_transaction.h
|
| +++ b/sync/internal_api/public/write_transaction.h
|
| @@ -38,10 +38,10 @@ class SYNC_EXPORT WriteTransaction : public BaseTransaction {
|
| // types that support embassy data.
|
| WriteTransaction(const tracked_objects::Location& from_here,
|
| UserShare* share, int64* transaction_version);
|
| - virtual ~WriteTransaction();
|
| + ~WriteTransaction() override;
|
|
|
| // Provide access to the syncable transaction from the API WriteNode.
|
| - virtual syncable::BaseTransaction* GetWrappedTrans() const override;
|
| + syncable::BaseTransaction* GetWrappedTrans() const override;
|
| syncable::WriteTransaction* GetWrappedWriteTrans() { return transaction_; }
|
|
|
| // Set's a |type|'s local context. |refresh_status| controls whether
|
|
|