| Index: chrome/browser/nacl_host/nacl_file_host.cc
|
| diff --git a/chrome/browser/nacl_host/nacl_file_host.cc b/chrome/browser/nacl_host/nacl_file_host.cc
|
| index 21646ef978343fc3bb7e68efc9cc8e4a1ce6e12e..05251d9c3a9c230b98c664e84152250832feb78d 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,
|
|
|