Index: extensions/common/manifest_handlers/shared_module_info.h |
diff --git a/extensions/common/manifest_handlers/shared_module_info.h b/extensions/common/manifest_handlers/shared_module_info.h |
index 72fd506b21066e13e9a209461779458e705ba4a8..ee8d6e55b6785144f95dc75e2d066377d2e2314c 100644 |
--- a/extensions/common/manifest_handlers/shared_module_info.h |
+++ b/extensions/common/manifest_handlers/shared_module_info.h |
@@ -65,13 +65,13 @@ class SharedModuleHandler : public ManifestHandler { |
SharedModuleHandler(); |
virtual ~SharedModuleHandler(); |
- 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 |