Index: extensions/browser/updater/update_service.h |
diff --git a/extensions/browser/updater/update_service.h b/extensions/browser/updater/update_service.h |
index 008917d91591ccc4d827549f9ca7a85a7f07cd1f..2f4cd807060a2d49add60b10610d6cc509ad37bf 100644 |
--- a/extensions/browser/updater/update_service.h |
+++ b/extensions/browser/updater/update_service.h |
@@ -48,8 +48,7 @@ class UpdateService : public KeyedService, public ExtensionDownloaderDelegate { |
Error error, |
const PingResult& ping, |
const std::set<int>& request_ids) override; |
- void OnExtensionDownloadFinished(const std::string& id, |
- const base::FilePath& path, |
+ void OnExtensionDownloadFinished(const CRXFileInfo& file, |
bool file_ownership_passed, |
const GURL& download_url, |
const std::string& version, |