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

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

Issue 388203002: Remove listener_ from AutocompleteProvider base class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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_quick_provider.h
diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/chrome/browser/autocomplete/history_quick_provider.h
index 11c9e989cf9a688fd8da0c67ef33fb3c3752c89b..fd367df4eb5e642d097720be2bd3398b5bb2f032 100644
--- a/chrome/browser/autocomplete/history_quick_provider.h
+++ b/chrome/browser/autocomplete/history_quick_provider.h
@@ -27,8 +27,7 @@ class ScoredHistoryMatch;
// history.
class HistoryQuickProvider : public HistoryProvider {
public:
- HistoryQuickProvider(AutocompleteProviderListener* listener,
- Profile* profile);
+ explicit HistoryQuickProvider(Profile* profile);
// AutocompleteProvider. |minimal_changes| is ignored since there is no asynch
// completion performed.
« no previous file with comments | « chrome/browser/autocomplete/history_provider.cc ('k') | chrome/browser/autocomplete/history_quick_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698