| Index: chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc b/chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc
|
| index fa79f1b371e14936faef707fce02ffce6cb434e8..169f451bca0450717f6706db4b6ca9436cf834f4 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc
|
| @@ -65,8 +65,8 @@ class BookmarkPromptControllerTest : public BrowserWithTestWindowTest {
|
| TestingBrowserProcess::GetGlobal()->
|
| SetBookmarkPromptController(new BookmarkPromptController);
|
| BrowserWithTestWindowTest::SetUp();
|
| - static_cast<TestingProfile*>(browser()->profile())->
|
| - CreateHistoryService(true, false);
|
| + ASSERT_TRUE(static_cast<TestingProfile*>(browser()->profile())->
|
| + CreateHistoryService(true, false));
|
| static_cast<TestingProfile*>(browser()->profile())->
|
| BlockUntilHistoryIndexIsRefreshed();
|
| // Simulate browser activation.
|
|
|