| Index: chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| diff --git a/chrome/browser/autocomplete/history_quick_provider_unittest.cc b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| index fe50366929052bdd7a304efb622c074165b96be6..29a2a58a09b6bc8b42cec481b1b9deb12c5ecd51 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| +++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| @@ -151,7 +151,7 @@ class HistoryQuickProviderTest : public testing::Test,
|
|
|
| void HistoryQuickProviderTest::SetUp() {
|
| profile_.reset(new TestingProfile());
|
| - profile_->CreateHistoryService(true, false);
|
| + ASSERT_TRUE(profile_->CreateHistoryService(true, false));
|
| profile_->CreateBookmarkModel(true);
|
| ui_test_utils::WaitForBookmarkModelToLoad(profile_.get());
|
| profile_->BlockUntilHistoryIndexIsRefreshed();
|
|
|