| Index: chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc b/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| index b9c7bede273019d80521d11e87e0cd2fc3f27ceb..8f532bc76b87d9dc459a0634aa2f7b36cfc45f05 100644
|
| --- a/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| @@ -148,7 +148,7 @@ TEST_F(BookmarkHTMLWriterTest, Test) {
|
| content::TestBrowserThreadBundle thread_bundle;
|
|
|
| TestingProfile profile;
|
| - profile.CreateHistoryService(true, false);
|
| + ASSERT_TRUE(profile.CreateHistoryService(true, false));
|
| profile.BlockUntilHistoryProcessesPendingRequests();
|
| profile.CreateFaviconService();
|
| profile.CreateBookmarkModel(true);
|
|
|