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

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

Issue 10909130: autocomplete: Add AutocompleteProvider::Type enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more indentation changes 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_url_provider.h
diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
index 7f46684dff5e22eb0d7d8eee882353b1fa530f13..ef040d8521183ed78de45c8dc9c106718da61f4a 100644
--- a/chrome/browser/autocomplete/history_url_provider.h
+++ b/chrome/browser/autocomplete/history_url_provider.h
@@ -142,7 +142,8 @@ class HistoryURLProvider : public HistoryProvider {
HistoryURLProvider(AutocompleteProviderListener* listener,
Profile* profile,
const std::string& languages)
- : HistoryProvider(listener, profile, "History"),
+ : HistoryProvider(listener, profile,
+ AutocompleteProvider::TYPE_HISTORY_URL),
params_(NULL),
languages_(languages) {}
#endif

Powered by Google App Engine
This is Rietveld 408576698