| Index: components/omnibox/browser/verbatim_match.h
|
| diff --git a/components/omnibox/browser/verbatim_match.h b/components/omnibox/browser/verbatim_match.h
|
| index 9b4f0b6c2b2edc1aadac1905db7325fef2ead973..82bcbef7aa7a00f41e2f14c4f6565b9b78592f3a 100644
|
| --- a/components/omnibox/browser/verbatim_match.h
|
| +++ b/components/omnibox/browser/verbatim_match.h
|
| @@ -23,6 +23,7 @@ AutocompleteMatch VerbatimMatchForURL(
|
| AutocompleteProviderClient* client,
|
| const AutocompleteInput& input,
|
| const GURL& destination_url,
|
| + const base::string16& destination_description,
|
| HistoryURLProvider* history_url_provider,
|
| int verbatim_relevance);
|
|
|
|
|