| Index: components/omnibox/browser/autocomplete_match.h
|
| diff --git a/components/omnibox/browser/autocomplete_match.h b/components/omnibox/browser/autocomplete_match.h
|
| index f0465477beb7e3e136979bc1abb7a48439b4de19..9c0a1320d64dd2341f5f71d69f75183035e4d520 100644
|
| --- a/components/omnibox/browser/autocomplete_match.h
|
| +++ b/components/omnibox/browser/autocomplete_match.h
|
| @@ -31,7 +31,7 @@ namespace gfx {
|
| struct VectorIcon;
|
| } // namespace gfx
|
|
|
| -const char kACMatchPropertyInputText[] = "input text";
|
| +const char kACMatchPropertySuggestionText[] = "match suggestion text";
|
| const char kACMatchPropertyContentsPrefix[] = "match contents prefix";
|
| const char kACMatchPropertyContentsStartIndex[] = "match contents start index";
|
|
|
|
|