diff options
Diffstat (limited to 'extensions/browser/updater/extension_downloader.h')
-rw-r--r-- | extensions/browser/updater/extension_downloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/browser/updater/extension_downloader.h b/extensions/browser/updater/extension_downloader.h index d987a059..4a93def 100644 --- a/extensions/browser/updater/extension_downloader.h +++ b/extensions/browser/updater/extension_downloader.h @@ -207,7 +207,7 @@ class ExtensionDownloader : public net::URLFetcherDelegate, // Once a manifest is parsed, this starts fetches of any relevant crx files. // If |results| is null, it means something went wrong when parsing it. - void HandleManifestResults(const ManifestFetchData& fetch_data, + void HandleManifestResults(const ManifestFetchData* fetch_data, const UpdateManifest::Results* results); // Given a list of potential updates, returns the indices of the ones that are |