Index: extensions/browser/updater/extension_downloader.h |
diff --git a/extensions/browser/updater/extension_downloader.h b/extensions/browser/updater/extension_downloader.h |
index d987a0592d11ee8fdf26fa25acb5d7cbc2029046..4a93defacb041e174b9b546f7f566ccdb11c1fea 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 |