summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/examples/widgets.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura_shell/examples/widgets.cc')
-rw-r--r--ui/aura_shell/examples/widgets.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura_shell/examples/widgets.cc b/ui/aura_shell/examples/widgets.cc
index 73f55f3..9c4b52b 100644
--- a/ui/aura_shell/examples/widgets.cc
+++ b/ui/aura_shell/examples/widgets.cc
@@ -135,7 +135,7 @@ void CreateWidgetsWindow() {
gfx::Rect bounds(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight);
views::Widget* widget =
views::Widget::CreateWindowWithBounds(new WidgetsWindow, bounds);
- widget->GetNativeView()->set_name("WidgetsWindow");
+ widget->GetNativeView()->SetName("WidgetsWindow");
widget->Show();
}