| Index: components/omnibox/browser/autocomplete_match.h
|
| diff --git a/components/omnibox/browser/autocomplete_match.h b/components/omnibox/browser/autocomplete_match.h
|
| index c78323e2daf9625d7529760f3f61621e1b0b6dba..d237d2c52adffe39d7bc783510446e018a9614bb 100644
|
| --- a/components/omnibox/browser/autocomplete_match.h
|
| +++ b/components/omnibox/browser/autocomplete_match.h
|
| @@ -28,7 +28,7 @@ class Time;
|
| } // namespace base
|
|
|
| namespace gfx {
|
| -enum class VectorIconId;
|
| +struct VectorIcon;
|
| } // namespace gfx
|
|
|
| const char kACMatchPropertyInputText[] = "input text";
|
| @@ -109,7 +109,7 @@ struct AutocompleteMatch {
|
| AutocompleteMatch& operator=(const AutocompleteMatch& match);
|
|
|
| // Gets the vector icon identifier for the icon to be shown for |type|.
|
| - static gfx::VectorIconId TypeToVectorIcon(Type type);
|
| + static const gfx::VectorIcon& TypeToVectorIcon(Type type);
|
|
|
| // Comparison function for determining when one match is better than another.
|
| static bool MoreRelevant(const AutocompleteMatch& elem1,
|
|
|