Index: sync/internal_api/public/read_transaction.h |
diff --git a/sync/internal_api/public/read_transaction.h b/sync/internal_api/public/read_transaction.h |
index 364f6be612ef1e5f2d068e7d843c981c551a8e68..2084b9acbeb1acd0bf4cc1f68c9c5884b0e00566 100644 |
--- a/sync/internal_api/public/read_transaction.h |
+++ b/sync/internal_api/public/read_transaction.h |
@@ -33,10 +33,10 @@ class SYNC_EXPORT ReadTransaction : public BaseTransaction { |
// Resume the middle of a transaction. Will not close transaction. |
ReadTransaction(UserShare* share, syncable::BaseTransaction* trans); |
- virtual ~ReadTransaction(); |
+ ~ReadTransaction() override; |
// BaseTransaction override. |
- virtual syncable::BaseTransaction* GetWrappedTrans() const override; |
+ syncable::BaseTransaction* GetWrappedTrans() const override; |
// Return |transaction_version| of |type| stored in sync directory's |
// persisted info. |