| Index: chrome/browser/extensions/crx_installer_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/crx_installer_browsertest.cc (revision 140592)
|
| +++ chrome/browser/extensions/crx_installer_browsertest.cc (working copy)
|
| @@ -156,8 +156,7 @@
|
|
|
| LOG(ERROR) << "PackAndInstallExtension: Getting download manager";
|
| content::DownloadManager* download_manager =
|
| - DownloadServiceFactory::GetForProfile(
|
| - browser()->profile())->GetDownloadManager();
|
| + content::BrowserContext::GetDownloadManager(browser()->profile());
|
|
|
| LOG(ERROR) << "PackAndInstallExtension: Setting observer";
|
| scoped_ptr<DownloadTestObserver> observer(
|
|
|