Index: trunk/src/chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc (revision 213150) |
+++ trunk/src/chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc (working copy) |
@@ -65,9 +65,9 @@ |
TestingBrowserProcess::GetGlobal()-> |
SetBookmarkPromptController(new BookmarkPromptController); |
BrowserWithTestWindowTest::SetUp(); |
- ASSERT_TRUE(static_cast<TestingProfile*>(browser()->profile())-> |
- CreateHistoryService(true, false)); |
static_cast<TestingProfile*>(browser()->profile())-> |
+ CreateHistoryService(true, false); |
+ static_cast<TestingProfile*>(browser()->profile())-> |
BlockUntilHistoryIndexIsRefreshed(); |
// Simulate browser activation. |
BrowserList::SetLastActive(browser()); |