Index: content/browser/gpu/webgl_conformance_test.cc |
diff --git a/content/browser/gpu/webgl_conformance_test.cc b/content/browser/gpu/webgl_conformance_test.cc |
index 70ffd948a23bca8dbe23f63d58496ac774c2e032..c58653cd638649c6801b8f23e9ff9537ef5a344b 100644 |
--- a/content/browser/gpu/webgl_conformance_test.cc |
+++ b/content/browser/gpu/webgl_conformance_test.cc |
@@ -40,7 +40,7 @@ class WebGLConformanceTest : public ContentBrowserTest { |
FILE_PATH_LITERAL("third_party")); |
webgl_conformance_path = webgl_conformance_path.Append( |
FILE_PATH_LITERAL("webgl_conformance")); |
- ASSERT_TRUE(file_util::DirectoryExists(webgl_conformance_path)) |
+ ASSERT_TRUE(base::DirectoryExists(webgl_conformance_path)) |
<< "Missing conformance tests: " << webgl_conformance_path.value(); |
PathService::Get(DIR_TEST_DATA, &test_path_); |