| Index: components/omnibox/browser/omnibox_view.cc
|
| diff --git a/components/omnibox/browser/omnibox_view.cc b/components/omnibox/browser/omnibox_view.cc
|
| index a09b95436e3f1311519e50db03b7bdf84862e8d4..8fe1c80e70e143dbc7b5732afc759ea50e1d9b3f 100644
|
| --- a/components/omnibox/browser/omnibox_view.cc
|
| +++ b/components/omnibox/browser/omnibox_view.cc
|
| @@ -79,7 +79,7 @@ bool OmniboxView::IsEditingOrEmpty() const {
|
| (GetOmniboxTextLength() == 0);
|
| }
|
|
|
| -gfx::VectorIconId OmniboxView::GetVectorIcon() const {
|
| +const gfx::VectorIcon& OmniboxView::GetVectorIcon() const {
|
| if (!IsEditingOrEmpty())
|
| return controller_->GetToolbarModel()->GetVectorIcon();
|
|
|
|
|