Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Unified Diff: chrome/browser/autocomplete/history_provider.cc

Issue 959343004: Move InMemoryURLIndex outside of history namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@in-memory-url-index
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =

Powered by Google App Engine
This is Rietveld 408576698