Index: chrome/browser/extensions/webstore_installer.cc |
=================================================================== |
--- chrome/browser/extensions/webstore_installer.cc (revision 147600) |
+++ chrome/browser/extensions/webstore_installer.cc (working copy) |
@@ -206,7 +206,7 @@ |
} |
FilePath download_path = DownloadPrefs::FromDownloadManager( |
- BrowserContext::GetDownloadManager(profile_))->download_path(); |
+ BrowserContext::GetDownloadManager(profile_))->DownloadPath(); |
BrowserThread::PostTask( |
BrowserThread::FILE, FROM_HERE, |
base::Bind(&GetDownloadFilePath, download_path, id_, |