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

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

Issue 10909130: autocomplete: Add AutocompleteProvider::Type enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix inadvertently-change parameter in test Created 8 years, 3 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 96de5b62082a13f096bf909820ed93a2ff6d5e86..8b4f57333b8c935dc62fc77ea4980929db20be1a 100644
--- a/chrome/browser/autocomplete/history_provider.h
+++ b/chrome/browser/autocomplete/history_provider.h
@@ -20,7 +20,7 @@ class HistoryProvider : public AutocompleteProvider {
protected:
HistoryProvider(AutocompleteProviderListener* listener,
Profile* profile,
- const char* name);
+ AutocompleteProvider::Type type);
virtual ~HistoryProvider();
// Fixes up user URL input to make it more possible to match against. Among

Powered by Google App Engine
This is Rietveld 408576698