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

Unified Diff: ui/views/examples/example_combobox_model.cc

Issue 2898613002: Revert of Support finer grained font weights on Mac. (Closed)
Patch Set: Created 3 years, 7 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/example_combobox_model.h ('k') | ui/views/examples/text_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/example_combobox_model.cc
diff --git a/ui/views/examples/example_combobox_model.cc b/ui/views/examples/example_combobox_model.cc
index ca5ad1553ab6bc192a98726aff901a1e8e5edfdf..a1160e7bb0e1f41bd158a1a9cad2f9b68fc2793b 100644
--- a/ui/views/examples/example_combobox_model.cc
+++ b/ui/views/examples/example_combobox_model.cc
@@ -9,9 +9,9 @@
namespace views {
namespace examples {
-ExampleComboboxModel::ExampleComboboxModel(const char* const* strings,
- int count)
- : strings_(strings), count_(count) {}
+ExampleComboboxModel::ExampleComboboxModel(const char** strings, int count)
+ : strings_(strings), count_(count) {
+}
ExampleComboboxModel::~ExampleComboboxModel() {
}
« no previous file with comments | « ui/views/examples/example_combobox_model.h ('k') | ui/views/examples/text_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698