summaryrefslogtreecommitdiffstats
path: root/sync/syncable/syncable_model_neutral_write_transaction.h
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2014-10-21 09:44:46 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-21 16:45:34 +0000
commit393acf28e5f1fd88de91c916c36d83d844021b0a (patch)
treeeaba94612b4d1fd0feadef47c8b08476a72a4bc6 /sync/syncable/syncable_model_neutral_write_transaction.h
parent141df6d109aad65adba7a58f6522af415a586b7c (diff)
downloadchromium_src-393acf28e5f1fd88de91c916c36d83d844021b0a.zip
chromium_src-393acf28e5f1fd88de91c916c36d83d844021b0a.tar.gz
chromium_src-393acf28e5f1fd88de91c916c36d83d844021b0a.tar.bz2
Standardize usage of virtual/override/final in sync/
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=maniscalco@chromium.org Review URL: https://codereview.chromium.org/642023004 Cr-Commit-Position: refs/heads/master@{#300499}
Diffstat (limited to 'sync/syncable/syncable_model_neutral_write_transaction.h')
-rw-r--r--sync/syncable/syncable_model_neutral_write_transaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/syncable/syncable_model_neutral_write_transaction.h b/sync/syncable/syncable_model_neutral_write_transaction.h
index 1ec3e93..3caa10e 100644
--- a/sync/syncable/syncable_model_neutral_write_transaction.h
+++ b/sync/syncable/syncable_model_neutral_write_transaction.h
@@ -28,9 +28,9 @@ class SYNC_EXPORT_PRIVATE ModelNeutralWriteTransaction
const tracked_objects::Location& location,
WriterTag writer,
Directory* directory);
- virtual ~ModelNeutralWriteTransaction();
+ ~ModelNeutralWriteTransaction() override;
- virtual void TrackChangesTo(const EntryKernel* entry) override;
+ void TrackChangesTo(const EntryKernel* entry) override;
private:
MetahandleSet modified_handles_;