| Index: components/omnibox/browser/shortcuts_provider.h
|
| diff --git a/components/omnibox/browser/shortcuts_provider.h b/components/omnibox/browser/shortcuts_provider.h
|
| index f59c2c0933e889adb13314b24b16ccc649d920e3..ee8dba1293cc51ba44d01eb22426b286f6bcda0a 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
|
|
|