diff options
Diffstat (limited to 'chrome/browser/bookmarks')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_model_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_model_unittest.cc b/chrome/browser/bookmarks/bookmark_model_unittest.cc index d0160e5..047ac25 100644 --- a/chrome/browser/bookmarks/bookmark_model_unittest.cc +++ b/chrome/browser/bookmarks/bookmark_model_unittest.cc @@ -780,7 +780,7 @@ TEST_F(BookmarkModelTestWithProfile2, MigrateFromDBToFileTest) { file_util::CreateDirectory(new_history_path); FilePath new_history_file = new_history_path.Append( chrome::kHistoryFilename); - file_util::CopyFile(old_history_path, new_history_file); + ASSERT_TRUE(file_util::CopyFile(old_history_path, new_history_file)); // Create the history service making sure it doesn't blow away the file we // just copied. |