Index: trunk/src/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc (revision 213150) |
+++ trunk/src/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc (working copy) |
@@ -148,7 +148,7 @@ |
content::TestBrowserThreadBundle thread_bundle; |
TestingProfile profile; |
- ASSERT_TRUE(profile.CreateHistoryService(true, false)); |
+ profile.CreateHistoryService(true, false); |
profile.BlockUntilHistoryProcessesPendingRequests(); |
profile.CreateFaviconService(); |
profile.CreateBookmarkModel(true); |