| Index: chrome/browser/ui/webui/nacl_ui.cc
|
| diff --git a/chrome/browser/ui/webui/nacl_ui.cc b/chrome/browser/ui/webui/nacl_ui.cc
|
| index d8da413a982e68be7de0c718dc2eb62459508846..744d9cf99a4b2ea47329bcf8caa4eeb429defe87 100644
|
| --- a/chrome/browser/ui/webui/nacl_ui.cc
|
| +++ b/chrome/browser/ui/webui/nacl_ui.cc
|
| @@ -162,7 +162,7 @@ void NaClDomHandlerProxy::ValidatePnaclPath() {
|
| // However, do not trust that the path returned by the PathService exists.
|
| // Check for existence here.
|
| ValidatePnaclPathCallback(
|
| - got_path && !pnacl_path.empty() && file_util::PathExists(pnacl_path));
|
| + got_path && !pnacl_path.empty() && base::PathExists(pnacl_path));
|
| }
|
|
|
| void NaClDomHandlerProxy::ValidatePnaclPathCallback(bool is_valid) {
|
|
|