| Index: components/omnibox/browser/omnibox_view.h
|
| diff --git a/components/omnibox/browser/omnibox_view.h b/components/omnibox/browser/omnibox_view.h
|
| index 130c0d5d408f085cd95bc6a8f1f2e506fb7fa58d..58529d17a82bd47341087682f32823aec58851e9 100644
|
| --- a/components/omnibox/browser/omnibox_view.h
|
| +++ b/components/omnibox/browser/omnibox_view.h
|
| @@ -89,8 +89,8 @@ class OmniboxView {
|
| // the field is empty.
|
| bool IsEditingOrEmpty() const;
|
|
|
| - // Like GetIcon(), but returns a vector icon identifier.
|
| - gfx::VectorIconId GetVectorIcon() const;
|
| + // Returns the vector icon to display as the location icon.
|
| + const gfx::VectorIcon& GetVectorIcon() const;
|
|
|
| // The user text is the text the user has manually keyed in. When present,
|
| // this is shown in preference to the permanent text; hitting escape will
|
|
|