Index: ui/aura/desktop.cc |
diff --git a/ui/aura/desktop.cc b/ui/aura/desktop.cc |
index 59cd9623729825fcb0851b88430012b3bb84850a..17e63b961f44c8698181e845430d18fc99a2cb6b 100644 |
--- a/ui/aura/desktop.cc |
+++ b/ui/aura/desktop.cc |
@@ -414,7 +414,7 @@ Desktop::Desktop() |
mouse_moved_handler_(NULL), |
focused_window_(NULL), |
touch_event_handler_(NULL) { |
- set_name("RootWindow"); |
+ SetName("RootWindow"); |
gfx::Screen::SetInstance(screen_); |
host_->SetDesktop(this); |
last_mouse_location_ = host_->QueryMouseLocation(); |