Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: sync/syncable/syncable_write_transaction.h

Issue 642023004: Standardize usage of virtual/override/final in sync/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | sync/test/accounts_client/test_accounts_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_write_transaction.h
diff --git a/sync/syncable/syncable_write_transaction.h b/sync/syncable/syncable_write_transaction.h
index f3b7e490dfa0890b1d76ad1242e45eec78011e83..93942c736e366fb51f03d7f9e5011808bc4e4237 100644
--- a/sync/syncable/syncable_write_transaction.h
+++ b/sync/syncable/syncable_write_transaction.h
@@ -28,9 +28,9 @@ class SYNC_EXPORT WriteTransaction : public BaseWriteTransaction {
WriteTransaction(const tracked_objects::Location& from_here,
Directory* directory, int64* transaction_version);
- virtual ~WriteTransaction();
+ ~WriteTransaction() override;
- virtual void TrackChangesTo(const EntryKernel* entry) override;
+ void TrackChangesTo(const EntryKernel* entry) override;
protected:
// Overridden by tests.
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | sync/test/accounts_client/test_accounts_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698