| Index: chrome/browser/extensions/webstore_inline_installer.h
|
| ===================================================================
|
| --- chrome/browser/extensions/webstore_inline_installer.h (revision 107061)
|
| +++ chrome/browser/extensions/webstore_inline_installer.h (working copy)
|
| @@ -70,7 +70,7 @@
|
| // informs our delegate of success/failure.
|
|
|
| // content::URLFetcherDelegate interface implementation.
|
| - virtual void OnURLFetchComplete(const URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
|
|
| // Client callbacks for SafeWebstoreResponseParser when parsing is complete.
|
| void OnWebstoreResponseParseSuccess(DictionaryValue* webstore_data);
|
| @@ -104,7 +104,7 @@
|
| Delegate* delegate_;
|
|
|
| // For fetching webstore JSON data.
|
| - scoped_ptr<URLFetcher> webstore_data_url_fetcher_;
|
| + scoped_ptr<content::URLFetcher> webstore_data_url_fetcher_;
|
|
|
| // Extracted from the webstore JSON data response.
|
| std::string localized_name_;
|
|
|