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

Unified Diff: extensions/common/manifest_handlers/requirements_info.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/requirements_info.h
diff --git a/extensions/common/manifest_handlers/requirements_info.h b/extensions/common/manifest_handlers/requirements_info.h
index ccd2d310c998431eb3e35286735fff73d071faba..18d4df069c07f298a979a5a8a3d0b8f394bf18b0 100644
--- a/extensions/common/manifest_handlers/requirements_info.h
+++ b/extensions/common/manifest_handlers/requirements_info.h
@@ -32,14 +32,14 @@ class RequirementsHandler : public ManifestHandler {
RequirementsHandler();
virtual ~RequirementsHandler();
- virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
+ virtual bool Parse(Extension* extension, base::string16* error) override;
- virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
+ virtual bool AlwaysParseForType(Manifest::Type type) const override;
- virtual const std::vector<std::string> PrerequisiteKeys() const OVERRIDE;
+ virtual const std::vector<std::string> PrerequisiteKeys() const override;
private:
- virtual const std::vector<std::string> Keys() const OVERRIDE;
+ virtual const std::vector<std::string> Keys() const override;
DISALLOW_COPY_AND_ASSIGN(RequirementsHandler);
};
« no previous file with comments | « extensions/common/manifest_handlers/options_page_info.h ('k') | extensions/common/manifest_handlers/sandboxed_page_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698