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

Unified Diff: sync/internal_api/public/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/internal_api/public/write_node.h ('k') | sync/internal_api/sync_backup_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/write_transaction.h
diff --git a/sync/internal_api/public/write_transaction.h b/sync/internal_api/public/write_transaction.h
index 2dbcdaa5c725f6fdc253fbfd2ee8e8107fe8096e..e1000419b9fd5c42bce9a8e8d4f243133744cbe6 100644
--- a/sync/internal_api/public/write_transaction.h
+++ b/sync/internal_api/public/write_transaction.h
@@ -41,7 +41,7 @@ class SYNC_EXPORT WriteTransaction : public BaseTransaction {
virtual ~WriteTransaction();
// Provide access to the syncable transaction from the API WriteNode.
- virtual syncable::BaseTransaction* GetWrappedTrans() const OVERRIDE;
+ virtual syncable::BaseTransaction* GetWrappedTrans() const override;
syncable::WriteTransaction* GetWrappedWriteTrans() { return transaction_; }
// Set's a |type|'s local context. |refresh_status| controls whether
« no previous file with comments | « sync/internal_api/public/write_node.h ('k') | sync/internal_api/sync_backup_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698