Index: chrome/browser/autocomplete/history_provider.cc |
diff --git a/chrome/browser/autocomplete/history_provider.cc b/chrome/browser/autocomplete/history_provider.cc |
index 6d940bce6bd07ca1fdf98fceb4c98abf9897b71f..b0e168d9ab6b90e59b59a16e46437c6d73cdd2ea 100644 |
--- a/chrome/browser/autocomplete/history_provider.cc |
+++ b/chrome/browser/autocomplete/history_provider.cc |
@@ -80,7 +80,7 @@ void HistoryProvider::DeleteMatchFromMatches(const AutocompleteMatch& match) { |
// static |
ACMatchClassifications HistoryProvider::SpansFromTermMatch( |
- const history::TermMatches& matches, |
+ const TermMatches& matches, |
size_t text_length, |
bool is_url) { |
ACMatchClassification::Style url_style = |