| Index: extensions/common/manifest_handlers/kiosk_mode_info.h
|
| diff --git a/extensions/common/manifest_handlers/kiosk_mode_info.h b/extensions/common/manifest_handlers/kiosk_mode_info.h
|
| index 9cf57e9c3c26bb77979be3db6733cce58bb6f0b2..c0e23258fa6e400b9f3d75ada7d51358db3a43a2 100644
|
| --- a/extensions/common/manifest_handlers/kiosk_mode_info.h
|
| +++ b/extensions/common/manifest_handlers/kiosk_mode_info.h
|
| @@ -40,10 +40,10 @@ class KioskModeHandler : public ManifestHandler {
|
| KioskModeHandler();
|
| virtual ~KioskModeHandler();
|
|
|
| - 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;
|
|
|
| std::vector<std::string> supported_keys_;
|
|
|
|
|