| Index: extensions/common/manifest_handlers/sandboxed_page_info.h
|
| diff --git a/extensions/common/manifest_handlers/sandboxed_page_info.h b/extensions/common/manifest_handlers/sandboxed_page_info.h
|
| index 9dbc9a62900d71be17f3f3c2c76ad7cdb4126731..83e3fa9d1b06dc48e6b93ae3f6b2bbf690066817 100644
|
| --- a/extensions/common/manifest_handlers/sandboxed_page_info.h
|
| +++ b/extensions/common/manifest_handlers/sandboxed_page_info.h
|
| @@ -44,10 +44,10 @@ class SandboxedPageHandler : public ManifestHandler {
|
| SandboxedPageHandler();
|
| virtual ~SandboxedPageHandler();
|
|
|
| - 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
|
|
|