| Index: chrome/browser/download/download_crx_util.cc
|
| diff --git a/chrome/browser/download/download_crx_util.cc b/chrome/browser/download/download_crx_util.cc
|
| index 9d9959795b6a688cc017fed137cae47e435d7364..172a346559f806297491eaa56a14c70ed1b8e15d 100644
|
| --- a/chrome/browser/download/download_crx_util.cc
|
| +++ b/chrome/browser/download/download_crx_util.cc
|
| @@ -55,7 +55,7 @@ scoped_refptr<CrxInstaller> OpenChromeExtension(
|
| CHECK(service);
|
|
|
| scoped_refptr<CrxInstaller> installer(
|
| - service->MakeCrxInstaller(CreateExtensionInstallUI(profile)));
|
| + CrxInstaller::Create(service, CreateExtensionInstallUI(profile)));
|
| installer->set_delete_source(true);
|
|
|
| if (UserScript::IsURLUserScript(download_item.GetURL(),
|
|
|