#include "components/omnibox/browser/history_provider.h"
#include <string>
#include "base/strings/string_util.h"
#include "components/bookmarks/browser/bookmark_model.h"
#include "components/history/core/browser/history_service.h"
#include "components/omnibox/browser/autocomplete_input.h"
#include "components/omnibox/browser/autocomplete_match.h"
#include "components/omnibox/browser/autocomplete_match_classification.h"
#include "components/omnibox/browser/in_memory_url_index_types.h"
void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) { … }
ACMatchClassifications HistoryProvider::SpansFromTermMatch(
const TermMatches& matches,
size_t text_length,
bool is_url) { … }
HistoryProvider::HistoryProvider(AutocompleteProvider::Type type,
AutocompleteProviderClient* client)
: … { … }
HistoryProvider::~HistoryProvider() { … }
void HistoryProvider::DeleteMatchFromMatches(const AutocompleteMatch& match) { … }