Index: components/omnibox/browser/shortcuts_provider.h |
diff --git a/components/omnibox/browser/shortcuts_provider.h b/components/omnibox/browser/shortcuts_provider.h |
index 3344fe36d28d6a49bef689798136151e55a417dc..46cd41c0cc863f278f52d4ab7d8acab78d77e11c 100644 |
--- a/components/omnibox/browser/shortcuts_provider.h |
+++ b/components/omnibox/browser/shortcuts_provider.h |
@@ -56,7 +56,9 @@ class ShortcutsProvider : public AutocompleteProvider, |
const ShortcutsDatabase::Shortcut& shortcut, |
int relevance, |
const AutocompleteInput& input, |
- const base::string16& fixed_up_input_text); |
+ const base::string16& fixed_up_input_text, |
+ const base::string16 term_string, |
+ const WordMap& terms_map); |
// Returns a map mapping characters to groups of words from |text| that start |
// with those characters, ordered lexicographically descending so that longer |