| Index: chrome/common/extensions/api/extension_action/script_badge_handler.h
|
| diff --git a/chrome/common/extensions/api/extension_action/script_badge_handler.h b/chrome/common/extensions/api/extension_action/script_badge_handler.h
|
| index 90faf9a203d675d517e254597bea0e3248aac67c..cff4698ee2cd85ff9097bcd0ef46f37b69d84c22 100644
|
| --- a/chrome/common/extensions/api/extension_action/script_badge_handler.h
|
| +++ b/chrome/common/extensions/api/extension_action/script_badge_handler.h
|
| @@ -20,7 +20,7 @@ class ScriptBadgeHandler : public ManifestHandler {
|
| virtual ~ScriptBadgeHandler();
|
|
|
| virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
|
| - virtual bool AlwaysParseForType(Extension::Type type) OVERRIDE;
|
| + virtual bool AlwaysParseForType(Manifest::Type type) OVERRIDE;
|
|
|
| private:
|
| // Sets the fields of ActionInfo to the default values, matching the parent
|
|
|