Index: chrome/test/gpu/gpu_feature_browsertest.cc |
diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc |
index 9223024ca21e7a3330980103c70b6abfbda642c0..f65f799df06d984b1825b9fc7b74f7c4d055f8dc 100644 |
--- a/chrome/test/gpu/gpu_feature_browsertest.cc |
+++ b/chrome/test/gpu/gpu_feature_browsertest.cc |
@@ -91,7 +91,7 @@ class GpuFeatureTest : public InProcessBrowserTest { |
base::FilePath test_path; |
test_path = gpu_test_dir_.Append(url); |
- ASSERT_TRUE(file_util::PathExists(test_path)) |
+ ASSERT_TRUE(base::PathExists(test_path)) |
<< "Missing test file: " << test_path.value(); |
content::DOMMessageQueue message_queue; |
@@ -494,7 +494,7 @@ IN_PROC_BROWSER_TEST_F(GpuFeatureTest, IOSurfaceReuse) { |
const base::FilePath url( |
FILE_PATH_LITERAL("feature_compositing_static.html")); |
base::FilePath test_path = gpu_test_dir_.Append(url); |
- ASSERT_TRUE(file_util::PathExists(test_path)) |
+ ASSERT_TRUE(base::PathExists(test_path)) |
<< "Missing test file: " << test_path.value(); |
ui_test_utils::NavigateToURL(browser(), net::FilePathToFileURL(test_path)); |