| Index: ui/aura_shell/desktop_background_view.cc
|
| ===================================================================
|
| --- ui/aura_shell/desktop_background_view.cc (revision 112233)
|
| +++ ui/aura_shell/desktop_background_view.cc (working copy)
|
| @@ -55,7 +55,7 @@
|
| AddChild(desktop_widget->GetNativeView());
|
| desktop_widget->SetContentsView(view);
|
| desktop_widget->Show();
|
| - desktop_widget->GetNativeView()->SetName("DesktopBackgroundView");
|
| + desktop_widget->GetNativeView()->set_name("DesktopBackgroundView");
|
| return desktop_widget;
|
| }
|
|
|
|
|