| Index: extensions/common/manifest_handlers/offline_enabled_info.h
|
| diff --git a/extensions/common/manifest_handlers/offline_enabled_info.h b/extensions/common/manifest_handlers/offline_enabled_info.h
|
| index e9b4f35d1072ac031da1ee244d4c6c6970a2687f..55aa837c6b7f6c51943b2dacb8ef90912df8da73 100644
|
| --- a/extensions/common/manifest_handlers/offline_enabled_info.h
|
| +++ b/extensions/common/manifest_handlers/offline_enabled_info.h
|
| @@ -31,7 +31,7 @@ class OfflineEnabledHandler : public ManifestHandler {
|
| OfflineEnabledHandler();
|
| virtual ~OfflineEnabledHandler();
|
|
|
| - virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
|
| + virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
|
| virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
|
|
|
| private:
|
|
|