Index: chrome/browser/history/in_memory_url_index_unittest.cc |
diff --git a/chrome/browser/history/in_memory_url_index_unittest.cc b/chrome/browser/history/in_memory_url_index_unittest.cc |
index 8a2d1de023dbc51a870bf6da713ac992036bbf05..6fa5d7171cb96e437fefd690af4e9fe3a84c68d2 100644 |
--- a/chrome/browser/history/in_memory_url_index_unittest.cc |
+++ b/chrome/browser/history/in_memory_url_index_unittest.cc |
@@ -203,7 +203,7 @@ void InMemoryURLIndexTest::SetUp() { |
history_proto_path = history_proto_path.Append( |
FILE_PATH_LITERAL("History")); |
history_proto_path = history_proto_path.Append(TestDBName()); |
- EXPECT_TRUE(file_util::PathExists(history_proto_path)); |
+ EXPECT_TRUE(base::PathExists(history_proto_path)); |
std::ifstream proto_file(history_proto_path.value().c_str()); |
static const size_t kCommandBufferMaxSize = 2048; |