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; |