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

Unified Diff: extensions/common/manifest_handlers/icons_handler.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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
Index: extensions/common/manifest_handlers/icons_handler.h
diff --git a/extensions/common/manifest_handlers/icons_handler.h b/extensions/common/manifest_handlers/icons_handler.h
index 3b8794d013e4236403ad265be58e3883fb6320e7..7fc0c30ac944dd68684cc3d57f0dba72dad3bc3b 100644
--- a/extensions/common/manifest_handlers/icons_handler.h
+++ b/extensions/common/manifest_handlers/icons_handler.h
@@ -39,13 +39,13 @@ class IconsHandler : public ManifestHandler {
IconsHandler();
virtual ~IconsHandler();
- virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
+ virtual bool Parse(Extension* extension, base::string16* error) override;
virtual bool Validate(const Extension* extension,
std::string* error,
- std::vector<InstallWarning>* warnings) const OVERRIDE;
+ std::vector<InstallWarning>* warnings) const override;
private:
- virtual const std::vector<std::string> Keys() const OVERRIDE;
+ virtual const std::vector<std::string> Keys() const override;
};
} // namespace extensions
« no previous file with comments | « extensions/common/manifest_handlers/file_handler_info.h ('k') | extensions/common/manifest_handlers/incognito_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698