| Index: ui/views/examples/text_example.h
|
| diff --git a/ui/views/examples/text_example.h b/ui/views/examples/text_example.h
|
| index 22ac8e10122663412892c59d034a1f59371539df..5ea2edce62f3886c8492ce7dd96321813bab0ac5 100644
|
| --- a/ui/views/examples/text_example.h
|
| +++ b/ui/views/examples/text_example.h
|
| @@ -35,7 +35,7 @@ class TextExample : public ExampleBase,
|
| // Creates and adds a check box to the layout.
|
| Checkbox* AddCheckbox(GridLayout* layout, const char* name);
|
|
|
| - // Creates and adds a combo box to the layout.
|
| + // Creates and adds a combobox to the layout.
|
| Combobox* AddCombobox(GridLayout* layout,
|
| const char* name,
|
| const char** strings,
|
|
|