| Index: components/omnibox/browser/omnibox_client.h
|
| diff --git a/components/omnibox/browser/omnibox_client.h b/components/omnibox/browser/omnibox_client.h
|
| index 4d8cf2b9c51f5307a7a5efa10762adcc49bec514..6b516e95c0ac094254994e4d852ae1b26d7d20f5 100644
|
| --- a/components/omnibox/browser/omnibox_client.h
|
| +++ b/components/omnibox/browser/omnibox_client.h
|
| @@ -97,7 +97,7 @@ class OmniboxClient {
|
| // that was created by CreateOmniboxNavigationObserver() for |match|; in some
|
| // embedding contexts, processing an extension keyword involves invoking
|
| // action on this observer.
|
| - virtual bool ProcessExtensionKeyword(TemplateURL* template_url,
|
| + virtual bool ProcessExtensionKeyword(const TemplateURL* template_url,
|
| const AutocompleteMatch& match,
|
| WindowOpenDisposition disposition,
|
| OmniboxNavigationObserver* observer);
|
|
|