| Index: extensions/common/manifest_handlers/nacl_modules_handler.h
|
| diff --git a/extensions/common/manifest_handlers/nacl_modules_handler.h b/extensions/common/manifest_handlers/nacl_modules_handler.h
|
| index 269caa4422c1f1e089a49312881b6a6aac81ab36..0eff364c97f436d0d47a9afc0741f630cdd80f62 100644
|
| --- a/extensions/common/manifest_handlers/nacl_modules_handler.h
|
| +++ b/extensions/common/manifest_handlers/nacl_modules_handler.h
|
| @@ -30,10 +30,10 @@ class NaClModulesHandler : public ManifestHandler {
|
| NaClModulesHandler();
|
| virtual ~NaClModulesHandler();
|
|
|
| - virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
|
| + virtual bool Parse(Extension* extension, base::string16* error) override;
|
|
|
| private:
|
| - virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| + virtual const std::vector<std::string> Keys() const override;
|
| };
|
|
|
| } // namespace extensions
|
|
|