Index: trunk/src/chrome/browser/importer/profile_writer_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/importer/profile_writer_unittest.cc (revision 213150) |
+++ trunk/src/chrome/browser/importer/profile_writer_unittest.cc (working copy) |
@@ -194,7 +194,7 @@ |
// Verify that history entires are not duplicated when added twice. |
TEST_F(ProfileWriterTest, CheckHistoryAfterWritingDataTwice) { |
TestingProfile profile; |
- ASSERT_TRUE(profile.CreateHistoryService(true, false)); |
+ profile.CreateHistoryService(true, false); |
profile.BlockUntilHistoryProcessesPendingRequests(); |
CreateHistoryPageEntries(); |