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

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

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.h
diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h
index 53e6dcc727469d836de86a476029fa5caced1c1e..63e29ea9b9d670bfcac954515b486f04f0d61e7b 100644
--- a/chrome/browser/autocomplete/history_provider.h
+++ b/chrome/browser/autocomplete/history_provider.h
@@ -34,10 +34,9 @@ class HistoryProvider : public AutocompleteProvider {
// Fill and return an ACMatchClassifications structure given the |matches|
// to highlight.
- static ACMatchClassifications SpansFromTermMatch(
- const history::TermMatches& matches,
- size_t text_length,
- bool is_url);
+ static ACMatchClassifications SpansFromTermMatch(const TermMatches& matches,
+ size_t text_length,
+ bool is_url);
Profile* profile_;
};
« no previous file with comments | « no previous file | chrome/browser/autocomplete/history_provider.cc » ('j') | chrome/browser/autocomplete/history_url_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698