Index: chrome/test/perf/shutdown_test.cc |
diff --git a/chrome/test/perf/shutdown_test.cc b/chrome/test/perf/shutdown_test.cc |
index a078833717bbb4ef2d4f976307d2082bd9a566c4..93495a003e70bcdb98efb5c4c6845afb1f5891dd 100644 |
--- a/chrome/test/perf/shutdown_test.cc |
+++ b/chrome/test/perf/shutdown_test.cc |
@@ -57,7 +57,7 @@ class ShutdownTest : public UIPerfTest { |
}; |
for (size_t i = 0; i < arraysize(test_cases); i++) { |
- ASSERT_TRUE(file_util::PathExists(test_cases[i])); |
+ ASSERT_TRUE(base::PathExists(test_cases[i])); |
for (size_t j = 0; j < 5; j++) { |
ASSERT_TRUE(browser_proxy->AppendTab( |
net::FilePathToFileURL(test_cases[i]))); |