| Index: chrome/test/chromedriver/chrome/chrome_finder.cc
|
| diff --git a/chrome/test/chromedriver/chrome/chrome_finder.cc b/chrome/test/chromedriver/chrome/chrome_finder.cc
|
| index f2d20795386475fd68aa76a9191fd8a22c13d9c2..f2efdafb4d7cc68f3c8b504e7ab4600e9e79e5f6 100644
|
| --- a/chrome/test/chromedriver/chrome/chrome_finder.cc
|
| +++ b/chrome/test/chromedriver/chrome/chrome_finder.cc
|
| @@ -121,7 +121,7 @@ bool FindChrome(base::FilePath* browser_exe) {
|
| locations.push_back(module_dir);
|
| GetApplicationDirs(&locations);
|
| return internal::FindExe(
|
| - base::Bind(&file_util::PathExists),
|
| + base::Bind(&base::PathExists),
|
| browser_exes,
|
| locations,
|
| browser_exe);
|
|
|