Index: trunk/src/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/autocomplete/history_quick_provider_unittest.cc (revision 213150) |
+++ trunk/src/chrome/browser/autocomplete/history_quick_provider_unittest.cc (working copy) |
@@ -151,7 +151,7 @@ |
void HistoryQuickProviderTest::SetUp() { |
profile_.reset(new TestingProfile()); |
- ASSERT_TRUE(profile_->CreateHistoryService(true, false)); |
+ profile_->CreateHistoryService(true, false); |
profile_->CreateBookmarkModel(true); |
ui_test_utils::WaitForBookmarkModelToLoad(profile_.get()); |
profile_->BlockUntilHistoryIndexIsRefreshed(); |