| Index: chrome/common/extensions/manifest_handlers/automation.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/automation.h b/chrome/common/extensions/manifest_handlers/automation.h
|
| index 43b79592edeeedf8c83b3c6ac7cc92464db724a1..30b5e4e25392a93d772da52ed26c544e1aadd8d9 100644
|
| --- a/chrome/common/extensions/manifest_handlers/automation.h
|
| +++ b/chrome/common/extensions/manifest_handlers/automation.h
|
| @@ -76,12 +76,12 @@ class AutomationHandler : public ManifestHandler {
|
|
|
| private:
|
| // ManifestHandler implementation.
|
| - virtual bool Parse(Extension* extensions, base::string16* error) OVERRIDE;
|
| + virtual bool Parse(Extension* extensions, base::string16* error) override;
|
|
|
| - virtual ManifestPermission* CreatePermission() OVERRIDE;
|
| + virtual ManifestPermission* CreatePermission() override;
|
| virtual ManifestPermission* CreateInitialRequiredPermission(
|
| - const Extension* extension) OVERRIDE;
|
| - virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| + const Extension* extension) override;
|
| + virtual const std::vector<std::string> Keys() const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AutomationHandler);
|
| };
|
|
|