Index: extensions/common/manifest_handlers/options_page_info.h |
diff --git a/extensions/common/manifest_handlers/options_page_info.h b/extensions/common/manifest_handlers/options_page_info.h |
index 4b4c060cd025ad00ec3725809db432a672889e46..421165607742f1a6436a28abc8b95d0738c347ff 100644 |
--- a/extensions/common/manifest_handlers/options_page_info.h |
+++ b/extensions/common/manifest_handlers/options_page_info.h |
@@ -71,13 +71,13 @@ class OptionsPageManifestHandler : public ManifestHandler { |
OptionsPageManifestHandler(); |
virtual ~OptionsPageManifestHandler(); |
- 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; |
DISALLOW_COPY_AND_ASSIGN(OptionsPageManifestHandler); |
}; |