| Index: components/bookmarks/browser/bookmark_model.cc
|
| diff --git a/components/bookmarks/browser/bookmark_model.cc b/components/bookmarks/browser/bookmark_model.cc
|
| index a399809ceac2d8bb05e5ac522502e0394f6f827d..a538e8d9eb8f9cbed9dae9189308ee789e0ff56f 100644
|
| --- a/components/bookmarks/browser/bookmark_model.cc
|
| +++ b/components/bookmarks/browser/bookmark_model.cc
|
| @@ -730,7 +730,7 @@ void BookmarkModel::GetBookmarksMatching(
|
| if (!loaded_)
|
| return;
|
|
|
| - index_->GetBookmarksMatching(text, max_count, matching_algorithm, matches);
|
| + index_->GetResultsMatching(text, max_count, matching_algorithm, matches);
|
| }
|
|
|
| void BookmarkModel::ClearStore() {
|
|
|