#include "components/omnibox/browser/answers_cache.h"
#include "base/i18n/case_conversion.h"
#include "base/strings/string_util.h"
AnswersQueryData::AnswersQueryData()
: … { … }
AnswersQueryData::AnswersQueryData(const std::u16string& text,
omnibox::AnswerType type)
: … { … }
AnswersCache::AnswersCache(size_t max_entries) : … { … }
AnswersCache::~AnswersCache() { … }
AnswersQueryData AnswersCache::GetTopAnswerEntry(const std::u16string& query) { … }
void AnswersCache::UpdateRecentAnswers(const std::u16string& full_query_text,
omnibox::AnswerType query_type) { … }