| 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 f82a815e6d16ae82f4efb7eaf916ed0fa358cbae..a0a7531759c0d471d0541b7ef7766425132853a3 100644
|
| --- a/chrome/browser/extensions/webstore_install_helper.h
|
| +++ b/chrome/browser/extensions/webstore_install_helper.h
|
| @@ -104,7 +104,7 @@ class WebstoreInstallHelper : public UtilityProcessHost::Client,
|
| scoped_ptr<content::URLFetcher> url_fetcher_;
|
| net::URLRequestContextGetter* context_getter_; // Only usable on UI thread.
|
|
|
| - UtilityProcessHost* utility_host_;
|
| + base::WeakPtr<UtilityProcessHost> utility_host_;
|
|
|
| // Flags for whether we're done doing icon decoding and manifest parsing.
|
| bool icon_decode_complete_;
|
|
|