| Index: chrome/browser/component_updater/component_updater_service.cc
|
| diff --git a/chrome/browser/component_updater/component_updater_service.cc b/chrome/browser/component_updater/component_updater_service.cc
|
| index ab9fb21e6a2b16f779e9bdeec9152ac0a7df765f..8b4b88bda38586ef498d719d4633d49f85b05b1d 100644
|
| --- a/chrome/browser/component_updater/component_updater_service.cc
|
| +++ b/chrome/browser/component_updater/component_updater_service.cc
|
| @@ -929,7 +929,7 @@ void CrxUpdateService::Install(const CRXContext* context,
|
| context->fingerprint,
|
| component_patcher_.get(),
|
| context->installer);
|
| - if (!base::Delete(crx_path, false))
|
| + if (!base::DeleteFile(crx_path, false))
|
| NOTREACHED() << crx_path.value();
|
| // Why unretained? See comment at top of file.
|
| BrowserThread::PostDelayedTask(
|
|
|