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

Unified Diff: sync/syncable/syncable_model_neutral_write_transaction.h

Issue 629733002: replace OVERRIDE and FINAL with override and 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/on_disk_directory_backing_store.h ('k') | sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_model_neutral_write_transaction.h
diff --git a/sync/syncable/syncable_model_neutral_write_transaction.h b/sync/syncable/syncable_model_neutral_write_transaction.h
index f96725ed69f5dd219aed3c41a2a81e6871a8d21b..1ec3e939fc20c73bb8a980e867740b6448c47221 100644
--- a/sync/syncable/syncable_model_neutral_write_transaction.h
+++ b/sync/syncable/syncable_model_neutral_write_transaction.h
@@ -30,7 +30,7 @@ class SYNC_EXPORT_PRIVATE ModelNeutralWriteTransaction
Directory* directory);
virtual ~ModelNeutralWriteTransaction();
- virtual void TrackChangesTo(const EntryKernel* entry) OVERRIDE;
+ virtual void TrackChangesTo(const EntryKernel* entry) override;
private:
MetahandleSet modified_handles_;
« no previous file with comments | « sync/syncable/on_disk_directory_backing_store.h ('k') | sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698