summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.cc
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 01:37:19 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 01:37:19 +0000
commit76f6334342185167a22d829990103e7361c2f8d1 (patch)
tree1a9b7d2331e7b4e44330954c6b54c1fa4d5578a4 /chrome/browser/automation/testing_automation_provider.cc
parent7a376e31c7da59b7ac08e7d10941e74d371f6963 (diff)
downloadchromium_src-76f6334342185167a22d829990103e7361c2f8d1.zip
chromium_src-76f6334342185167a22d829990103e7361c2f8d1.tar.gz
chromium_src-76f6334342185167a22d829990103e7361c2f8d1.tar.bz2
NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
We should be using the full path for nacl_log.h, because it shouldn't be installed into the NaCl SDK. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2908 TEST=build Review URL: https://chromiumcodereview.appspot.com/10804034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.cc')
-rw-r--r--chrome/browser/automation/testing_automation_provider.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index deb355f..2dcee1a 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1152,7 +1152,7 @@ void TestingAutomationProvider::GetDownloadDirectory(
DownloadManager* dlm =
BrowserContext::GetDownloadManager(tab->GetBrowserContext());
*download_directory =
- DownloadPrefs::FromDownloadManager(dlm)->DownloadPath();
+ DownloadPrefs::FromDownloadManager(dlm)->download_path();
}
}