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

Unified Diff: components/omnibox/search_provider.h

Issue 1185723002: Prepare HistoryProvider for componentization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/search_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/search_provider.h
diff --git a/components/omnibox/search_provider.h b/components/omnibox/search_provider.h
index 269914fb94d6eb9f3919aac7114d779478f712d9..8809656feb14734f7672fe8a59bdc68ac0bfe6cf 100644
--- a/components/omnibox/search_provider.h
+++ b/components/omnibox/search_provider.h
@@ -54,9 +54,9 @@ class SearchProvider : public BaseSearchProvider,
public TemplateURLServiceObserver,
public net::URLFetcherDelegate {
public:
- SearchProvider(AutocompleteProviderListener* listener,
- TemplateURLService* template_url_service,
- scoped_ptr<AutocompleteProviderClient> client);
+ SearchProvider(AutocompleteProviderClient* client,
+ AutocompleteProviderListener* listener,
+ TemplateURLService* template_url_service);
// Extracts the suggest response metadata which SearchProvider previously
// stored for |match|.
« no previous file with comments | « components/omnibox/base_search_provider_unittest.cc ('k') | components/omnibox/search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698