| 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 6ceb452a11dfe34c034c66345b0bbf5b68897681..804885582df9a2b4c893b5fc161e377c760fa879 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 (!file_util::Delete(crx_path, false))
|
| + if (!base::Delete(crx_path, false))
|
| NOTREACHED() << crx_path.value();
|
| // Why unretained? See comment at top of file.
|
| BrowserThread::PostDelayedTask(
|
|
|