Index: chrome/browser/history/history_database_unittest.cc |
diff --git a/chrome/browser/history/history_database_unittest.cc b/chrome/browser/history/history_database_unittest.cc |
index 45832d400d3204a80e728ae7457e3c341762e5c3..720a37e8d002530b47cd55ba326cc6f4ee9b2c92 100644 |
--- a/chrome/browser/history/history_database_unittest.cc |
+++ b/chrome/browser/history/history_database_unittest.cc |
@@ -28,7 +28,7 @@ TEST(HistoryDatabaseTest, DropBookmarks) { |
old_history_path = old_history_path.AppendASCII("bookmarks"); |
old_history_path = old_history_path.Append( |
FILE_PATH_LITERAL("History_with_starred")); |
- file_util::CopyFile(old_history_path, db_file); |
+ base::CopyFile(old_history_path, db_file); |
// Load the DB twice. The first time it should migrate. Make sure that the |
// migration leaves it in a state fit to load again later. |