Index: content/shell/shell_browser_main.cc |
diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc |
index 44f09f97bd86e2e86a675416f429dda3e72e023c..a6cee64ccc2254a2e2b4d3764f6a4c0803e936ab 100644 |
--- a/content/shell/shell_browser_main.cc |
+++ b/content/shell/shell_browser_main.cc |
@@ -73,7 +73,7 @@ GURL GetURLForLayoutTest(const std::string& test_name, |
#else |
base::FilePath local_file(path_or_url); |
#endif |
- if (!file_util::PathExists(local_file)) { |
+ if (!base::PathExists(local_file)) { |
local_file = content::GetWebKitRootDirFilePath() |
.Append(FILE_PATH_LITERAL("LayoutTests")).Append(local_file); |
} |