summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_quick_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autocomplete/history_quick_provider.h')
-rw-r--r--chrome/browser/autocomplete/history_quick_provider.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/chrome/browser/autocomplete/history_quick_provider.h
index 470e7b9..7d2c5cd 100644
--- a/chrome/browser/autocomplete/history_quick_provider.h
+++ b/chrome/browser/autocomplete/history_quick_provider.h
@@ -16,7 +16,6 @@
#include "chrome/browser/history/in_memory_url_index.h"
class Profile;
-class TermMatches;
namespace history {
class ScoredHistoryMatch;
@@ -64,13 +63,6 @@ class HistoryQuickProvider : public HistoryProvider {
// Returns the index that should be used for history lookups.
history::InMemoryURLIndex* GetIndex();
- // Fill and return an ACMatchClassifications structure given the term
- // matches (|matches|) to highlight where terms were found.
- static ACMatchClassifications SpansFromTermMatch(
- const history::TermMatches& matches,
- size_t text_length,
- bool is_url);
-
// Only for use in unittests. Takes ownership of |index|.
void set_index(history::InMemoryURLIndex* index) {
index_for_testing_.reset(index);