Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Unified Diff: ui/views/examples/text_example.h

Issue 9875001: views: Rename Combobox "selected getter/setter" accessors to something more accurate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: combo box -> combobox Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/examples/native_theme_button_example.cc ('k') | ui/views/examples/text_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ui/views/examples/native_theme_button_example.cc ('k') | ui/views/examples/text_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698