Index: content/test/net/url_request_prepackaged_interceptor.cc |
diff --git a/content/test/net/url_request_prepackaged_interceptor.cc b/content/test/net/url_request_prepackaged_interceptor.cc |
index 9150a7ef88b104a1a933145922a79723254d4480..75d2ffc765a95f81f2732facab19bb63d793756e 100644 |
--- a/content/test/net/url_request_prepackaged_interceptor.cc |
+++ b/content/test/net/url_request_prepackaged_interceptor.cc |
@@ -65,7 +65,7 @@ class URLRequestPrepackagedInterceptor::Delegate |
// It's ok to do a blocking disk access on this thread; this class |
// is just used for tests. |
base::ThreadRestrictions::ScopedAllowIO allow_io; |
- EXPECT_TRUE(file_util::PathExists(path)); |
+ EXPECT_TRUE(base::PathExists(path)); |
if (ignore_query) { |
ignore_query_responses_[url] = path; |
} else { |