Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1765)

Unified Diff: chrome/browser/history/history_database_unittest.cc

Issue 18332014: Move Copy* into the base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698