summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host/nacl_file_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/nacl_host/nacl_file_host.cc')
-rw-r--r--chrome/browser/nacl_host/nacl_file_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/nacl_host/nacl_file_host.cc b/chrome/browser/nacl_host/nacl_file_host.cc
index cfdba1a..18efee9 100644
--- a/chrome/browser/nacl_host/nacl_file_host.cc
+++ b/chrome/browser/nacl_host/nacl_file_host.cc
@@ -108,7 +108,7 @@ void DoOpenPnaclFile(
// PNaCl must be installed.
base::FilePath pnacl_dir;
if (!NaClBrowser::GetDelegate()->GetPnaclDirectory(&pnacl_dir) ||
- !file_util::PathExists(pnacl_dir)) {
+ !base::PathExists(pnacl_dir)) {
BrowserThread::PostTask(
BrowserThread::UI, FROM_HERE,
base::Bind(&TryInstallPnacl,