| Index: extensions/common/manifest_handlers/csp_info.h
|
| diff --git a/extensions/common/manifest_handlers/csp_info.h b/extensions/common/manifest_handlers/csp_info.h
|
| index 7b5b25d13ef4a5207f45d3f569ee23efc70d59ae..1819a48b6eaa8687bc974b24f82c0fff169de15f 100644
|
| --- a/extensions/common/manifest_handlers/csp_info.h
|
| +++ b/extensions/common/manifest_handlers/csp_info.h
|
| @@ -38,11 +38,11 @@ class CSPHandler : public ManifestHandler {
|
| explicit CSPHandler(bool is_platform_app);
|
| virtual ~CSPHandler();
|
|
|
| - virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
|
| - virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
|
| + virtual bool Parse(Extension* extension, base::string16* error) override;
|
| + virtual bool AlwaysParseForType(Manifest::Type type) const override;
|
|
|
| private:
|
| - virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| + virtual const std::vector<std::string> Keys() const override;
|
|
|
| bool is_platform_app_;
|
|
|
|
|