| Index: extensions/common/manifest_handlers/launcher_page_info.h
|
| diff --git a/extensions/common/manifest_handlers/launcher_page_info.h b/extensions/common/manifest_handlers/launcher_page_info.h
|
| index 6c5d8816d1af62b6e972f15d119f573d564176ff..e9f2e9dea28393012282223772a0b106d5bba131 100644
|
| --- a/extensions/common/manifest_handlers/launcher_page_info.h
|
| +++ b/extensions/common/manifest_handlers/launcher_page_info.h
|
| @@ -29,13 +29,13 @@ class LauncherPageHandler : public ManifestHandler {
|
| static LauncherPageInfo* GetInfo(const Extension* extension);
|
|
|
| // ManifestHandler overrides:
|
| - 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;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LauncherPageHandler);
|
| };
|
|
|