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

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

Issue 1109043003: Apply automated fixits for Chrome clang plugin to chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/self_reg_work_item.h
diff --git a/chrome/installer/util/self_reg_work_item.h b/chrome/installer/util/self_reg_work_item.h
index 8b816c8065b3f192be266bdf2540b961f2f7d446..544621cf3844918bcd03f7fe6c654fd8d04aa992 100644
--- a/chrome/installer/util/self_reg_work_item.h
+++ b/chrome/installer/util/self_reg_work_item.h
@@ -13,10 +13,10 @@
// Registers or unregisters the DLL at the given path.
class SelfRegWorkItem : public WorkItem {
public:
- virtual ~SelfRegWorkItem();
+ ~SelfRegWorkItem() override;
- virtual bool Do();
- virtual void Rollback();
+ bool Do() override;
+ void Rollback() override;
private:
friend class WorkItem;
« no previous file with comments | « chrome/installer/util/registry_key_backup_unittest.cc ('k') | chrome/installer/util/set_reg_value_work_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698