| Index: extensions/browser/updater/update_service.cc
|
| diff --git a/extensions/browser/updater/update_service.cc b/extensions/browser/updater/update_service.cc
|
| index ece627a53c11694cb8f1741e6b43cdd4445d1dac..10a86c37886bfa425a2ae0aa3c99ecf713d513d6 100644
|
| --- a/extensions/browser/updater/update_service.cc
|
| +++ b/extensions/browser/updater/update_service.cc
|
| @@ -53,8 +53,7 @@ void UpdateService::OnExtensionDownloadFailed(
|
| }
|
|
|
| void UpdateService::OnExtensionDownloadFinished(
|
| - const std::string& id,
|
| - const base::FilePath& path,
|
| + const CRXFileInfo& file,
|
| bool file_ownership_passed,
|
| const GURL& download_url,
|
| const std::string& version,
|
|
|