summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/webstore_installer.cc
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 02:06:01 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 02:06:01 +0000
commitd5b2197037aac358c1ac7c747e2761e1562a584b (patch)
tree8e9f448966eb4215d77a65da0865503530498761 /chrome/browser/extensions/webstore_installer.cc
parentaf2f56c8ee88d09483ef83792f9b9a31f4f08f79 (diff)
downloadchromium_src-d5b2197037aac358c1ac7c747e2761e1562a584b.zip
chromium_src-d5b2197037aac358c1ac7c747e2761e1562a584b.tar.gz
chromium_src-d5b2197037aac358c1ac7c747e2761e1562a584b.tar.bz2
Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
"git cl dcommit" went crazy and appears to have reverted the 3 previous commits at the same time as committing my change. (This might be due to race conditions with running "git fetch" concurrently.) TBR=mseaborn@chromium.org Review URL: https://chromiumcodereview.appspot.com/10815024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147601 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/webstore_installer.cc')
-rw-r--r--chrome/browser/extensions/webstore_installer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
index faf29c9..4bf576a 100644
--- a/chrome/browser/extensions/webstore_installer.cc
+++ b/chrome/browser/extensions/webstore_installer.cc
@@ -206,7 +206,7 @@ void WebstoreInstaller::Start() {
}
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_,