| Index: extensions/common/manifest_handlers/incognito_info.h
|
| diff --git a/extensions/common/manifest_handlers/incognito_info.h b/extensions/common/manifest_handlers/incognito_info.h
|
| index 3650883c46ac55d860c29e70713c6ff917462bb4..2b81b4da11f07387da913858b236fed2310cb2ea 100644
|
| --- a/extensions/common/manifest_handlers/incognito_info.h
|
| +++ b/extensions/common/manifest_handlers/incognito_info.h
|
| @@ -29,11 +29,11 @@ class IncognitoHandler : public ManifestHandler {
|
| IncognitoHandler();
|
| virtual ~IncognitoHandler();
|
|
|
| - 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;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(IncognitoHandler);
|
| };
|
|
|