Index: chrome/common/extensions/api/plugins/plugins_handler.h |
diff --git a/chrome/common/extensions/api/plugins/plugins_handler.h b/chrome/common/extensions/api/plugins/plugins_handler.h |
index 8b7ed3bcc6fb23299cd79605c9c21fcc7bc2fc1f..48a2cc8df93f2e766868c5ccf0f7f352a12f56b9 100644 |
--- a/chrome/common/extensions/api/plugins/plugins_handler.h |
+++ b/chrome/common/extensions/api/plugins/plugins_handler.h |
@@ -36,13 +36,13 @@ class PluginsHandler : public ManifestHandler { |
PluginsHandler(); |
virtual ~PluginsHandler(); |
- 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(PluginsHandler); |
}; |