| Index: chrome/browser/importer/profile_writer_unittest.cc
|
| diff --git a/chrome/browser/importer/profile_writer_unittest.cc b/chrome/browser/importer/profile_writer_unittest.cc
|
| index 2f6334bf15bf756c923e2e54d072f746e88f6f28..4641e83db98da78c99079eee2ad1d355c4f5ab91 100644
|
| --- a/chrome/browser/importer/profile_writer_unittest.cc
|
| +++ b/chrome/browser/importer/profile_writer_unittest.cc
|
| @@ -194,7 +194,7 @@ TEST_F(ProfileWriterTest, CheckBookmarksAfterWritingDataTwice) {
|
| // Verify that history entires are not duplicated when added twice.
|
| TEST_F(ProfileWriterTest, CheckHistoryAfterWritingDataTwice) {
|
| TestingProfile profile;
|
| - profile.CreateHistoryService(true, false);
|
| + ASSERT_TRUE(profile.CreateHistoryService(true, false));
|
| profile.BlockUntilHistoryProcessesPendingRequests();
|
|
|
| CreateHistoryPageEntries();
|
|
|