| Index: chrome/browser/extensions/webstore_install_helper.h
|
| diff --git a/chrome/browser/extensions/webstore_install_helper.h b/chrome/browser/extensions/webstore_install_helper.h
|
| index 90c6b65a9d7daa4346c03306bf3b67abb097e073..d05e920360680b8a7f0a8d5169a6351d106d2696 100644
|
| --- a/chrome/browser/extensions/webstore_install_helper.h
|
| +++ b/chrome/browser/extensions/webstore_install_helper.h
|
| @@ -96,7 +96,7 @@ class WebstoreInstallHelper : public base::RefCounted<WebstoreInstallHelper>,
|
| // The manifest to parse.
|
| std::string manifest_;
|
|
|
| - scoped_refptr<safe_json::SafeJsonParser> json_parser_;
|
| + safe_json::SafeJsonParser* json_parser_;
|
|
|
| // If |icon_url_| is non-empty, it needs to be fetched and decoded into an
|
| // SkBitmap.
|
|
|