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

Unified Diff: components/omnibox/history_quick_provider.h

Issue 1192373002: Prepare AutocompleteController for componentization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentize_zero_suggest_provider
Patch Set: Response to review Created 5 years, 6 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
« no previous file with comments | « components/omnibox/base_search_provider_unittest.cc ('k') | components/omnibox/history_quick_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/history_quick_provider.h
diff --git a/components/omnibox/history_quick_provider.h b/components/omnibox/history_quick_provider.h
index a1552d07c5e298bb6b1cadc4b2778e281d8a2b51..c0a8077a670c0280adb59aa3321f3e16d1756e39 100644
--- a/components/omnibox/history_quick_provider.h
+++ b/components/omnibox/history_quick_provider.h
@@ -23,8 +23,7 @@ struct ScoredHistoryMatch;
// history.
class HistoryQuickProvider : public HistoryProvider {
public:
- HistoryQuickProvider(AutocompleteProviderClient* client,
- InMemoryURLIndex* in_memory_url_index);
+ explicit HistoryQuickProvider(AutocompleteProviderClient* client);
// AutocompleteProvider. |minimal_changes| is ignored since there is no asynch
// completion performed.
« no previous file with comments | « components/omnibox/base_search_provider_unittest.cc ('k') | components/omnibox/history_quick_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698