| 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 7a8955f8d61e61d710028219687fc3b1e65c8445..ab671fb80f5306914ca8aa7c6c1555676f725d5d 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| +++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| @@ -20,6 +20,7 @@
|
| #include "chrome/browser/autocomplete/autocomplete_provider_listener.h"
|
| #include "chrome/browser/autocomplete/autocomplete_result.h"
|
| #include "chrome/browser/autocomplete/history_url_provider.h"
|
| +#include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/bookmarks/bookmark_test_helpers.h"
|
| #include "chrome/browser/history/history_backend.h"
|
| #include "chrome/browser/history/history_database.h"
|
| @@ -161,7 +162,8 @@ void HistoryQuickProviderTest::SetUp() {
|
| profile_.reset(new TestingProfile());
|
| ASSERT_TRUE(profile_->CreateHistoryService(true, false));
|
| profile_->CreateBookmarkModel(true);
|
| - test::WaitForBookmarkModelToLoad(profile_.get());
|
| + test::WaitForBookmarkModelToLoad(
|
| + BookmarkModelFactory::GetForProfile(profile_.get()));
|
| profile_->BlockUntilHistoryIndexIsRefreshed();
|
| history_service_ =
|
| HistoryServiceFactory::GetForProfile(profile_.get(),
|
|
|