Index: ash/wm/system_gesture_event_filter.cc |
diff --git a/ash/wm/system_gesture_event_filter.cc b/ash/wm/system_gesture_event_filter.cc |
index 4d19efd376d4fade92d90dc491d4dc7b3d43a550..6970d49ea9e3e83333edc8faa395998646526333 100644 |
--- a/ash/wm/system_gesture_event_filter.cc |
+++ b/ash/wm/system_gesture_event_filter.cc |
@@ -605,7 +605,7 @@ ui::GestureStatus SystemGestureEventFilter::PreHandleGestureEvent( |
return ui::GESTURE_STATUS_UNKNOWN; |
RootWindowController* root_controller = |
- wm::GetRootWindowController(system_target->GetRootWindow()); |
+ GetRootWindowController(system_target->GetRootWindow()); |
CHECK(root_controller); |
aura::Window* desktop_container = root_controller->GetContainer( |
ash::internal::kShellWindowId_DesktopBackgroundContainer); |