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

Unified Diff: views/examples/native_widget_views_example.cc

Issue 8395016: views/examples: Alphabetize examples list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix the tab titles Created 9 years, 2 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 | « views/examples/native_theme_checkbox_example.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/examples/native_widget_views_example.cc
diff --git a/views/examples/native_widget_views_example.cc b/views/examples/native_widget_views_example.cc
index 4652b266f7907c4cded9aa7f5851d834c7129cb7..9569645fb5def8582b103d87663d03aad5d9c00f 100644
--- a/views/examples/native_widget_views_example.cc
+++ b/views/examples/native_widget_views_example.cc
@@ -56,7 +56,7 @@ class TestContentView : public views::View,
};
NativeWidgetViewsExample::NativeWidgetViewsExample(ExamplesMain* main)
- : ExampleBase(main, "NativeWidgetViews") {
+ : ExampleBase(main, "Native Widget Views") {
}
NativeWidgetViewsExample::~NativeWidgetViewsExample() {
« no previous file with comments | « views/examples/native_theme_checkbox_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698