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

Unified Diff: sync/internal_api/public/read_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/internal_api/public/read_node.h ('k') | sync/internal_api/public/test/fake_sync_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fe3d13308864fe59d8cdc5aea366718c53967431..364f6be612ef1e5f2d068e7d843c981c551a8e68 100644
--- a/sync/internal_api/public/read_transaction.h
+++ b/sync/internal_api/public/read_transaction.h
@@ -36,7 +36,7 @@ class SYNC_EXPORT ReadTransaction : public BaseTransaction {
virtual ~ReadTransaction();
// BaseTransaction override.
- virtual syncable::BaseTransaction* GetWrappedTrans() const OVERRIDE;
+ virtual syncable::BaseTransaction* GetWrappedTrans() const override;
// Return |transaction_version| of |type| stored in sync directory's
// persisted info.
« no previous file with comments | « sync/internal_api/public/read_node.h ('k') | sync/internal_api/public/test/fake_sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698