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

Unified Diff: chrome/installer/util/callback_work_item.h

Issue 627423002: Replacing the OVERRIDE with override in chrome/installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch is rebased 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
Index: chrome/installer/util/callback_work_item.h
diff --git a/chrome/installer/util/callback_work_item.h b/chrome/installer/util/callback_work_item.h
index f843de62fd861ec5663f2fad77842b6e9167736b..c81d02a5a311c585f3f4f20f5219f60d56e20d4a 100644
--- a/chrome/installer/util/callback_work_item.h
+++ b/chrome/installer/util/callback_work_item.h
@@ -35,8 +35,8 @@ class CallbackWorkItem : public WorkItem {
public:
virtual ~CallbackWorkItem();
- virtual bool Do() OVERRIDE;
- virtual void Rollback() OVERRIDE;
+ virtual bool Do() override;
+ virtual void Rollback() override;
bool IsRollback() const;
« no previous file with comments | « chrome/installer/util/advanced_firewall_manager_win_unittest.cc ('k') | chrome/installer/util/chrome_app_host_distribution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698