| Index: chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.h b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| index 2a0f8019870fef618d450a100d4c778250342e94..7597002c4cdfa5648af2d64865f47d95812c859f 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| @@ -133,7 +133,7 @@ class OmniboxResultView : public views::View,
|
| gfx::ImageSkia GetIcon() const;
|
|
|
| // Utility function for creating vector icons.
|
| - gfx::ImageSkia GetVectorIcon(gfx::VectorIconId icon_id) const;
|
| + gfx::ImageSkia GetVectorIcon(const gfx::VectorIcon& icon_id) const;
|
|
|
| // Whether to render only the keyword match. Returns true if |match_| has an
|
| // associated keyword match that has been animated so close to the start that
|
|
|