Index: chrome/browser/ui/ash/chrome_keyboard_ui.cc |
diff --git a/chrome/browser/ui/ash/chrome_keyboard_ui.cc b/chrome/browser/ui/ash/chrome_keyboard_ui.cc |
index cf54830c0ca9e762eb8398388a2b1dc98799dffe..4354548bf9b12696bacefc8613fcd95df499394b 100644 |
--- a/chrome/browser/ui/ash/chrome_keyboard_ui.cc |
+++ b/chrome/browser/ui/ash/chrome_keyboard_ui.cc |
@@ -201,7 +201,7 @@ bool ChromeKeyboardUI::ShouldWindowOverscroll(aura::Window* window) const { |
return false; |
ash::RootWindowController* root_window_controller = |
- ash::GetRootWindowController(root_window); |
+ ash::RootWindowController::ForWindow(root_window); |
// Shell ime window container contains virtual keyboard windows and IME |
// windows(IME windows are created by chrome.app.window.create api). They |
// should never be overscrolled. |