| Index: chrome/browser/extensions/webstore_install_helper.h
|
| ===================================================================
|
| --- chrome/browser/extensions/webstore_install_helper.h (revision 107061)
|
| +++ chrome/browser/extensions/webstore_install_helper.h (working copy)
|
| @@ -69,7 +69,7 @@
|
| void ReportResultFromUIThread();
|
|
|
| // Implementing the content::URLFetcherDelegate interface.
|
| - virtual void OnURLFetchComplete(const URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
|
|
| // Implementing pieces of the UtilityProcessHost::Client interface.
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| @@ -95,7 +95,7 @@
|
| std::vector<unsigned char> fetched_icon_data_;
|
|
|
| // For fetching the icon, if needed.
|
| - scoped_ptr<URLFetcher> url_fetcher_;
|
| + scoped_ptr<content::URLFetcher> url_fetcher_;
|
| net::URLRequestContextGetter* context_getter_; // Only usable on UI thread.
|
|
|
| UtilityProcessHost* utility_host_;
|
|
|