summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/desktop_background_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura_shell/desktop_background_view.cc')
-rw-r--r--ui/aura_shell/desktop_background_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura_shell/desktop_background_view.cc b/ui/aura_shell/desktop_background_view.cc
index 3f26f36..25532bb 100644
--- a/ui/aura_shell/desktop_background_view.cc
+++ b/ui/aura_shell/desktop_background_view.cc
@@ -55,7 +55,7 @@ views::Widget* CreateDesktopBackground() {
AddChild(desktop_widget->GetNativeView());
desktop_widget->SetContentsView(view);
desktop_widget->Show();
- desktop_widget->GetNativeView()->set_name("DesktopBackgroundView");
+ desktop_widget->GetNativeView()->SetName("DesktopBackgroundView");
return desktop_widget;
}