| 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..c165abed8f339d1f51a5423a89832d593c5fcea3 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 kACMatchPropertyContentsText[] = "match contents text";
|
| const char kACMatchPropertyContentsPrefix[] = "match contents prefix";
|
| const char kACMatchPropertyContentsStartIndex[] = "match contents start index";
|
|
|
|
|