Index: chrome/browser/chromeos/accessibility/chromevox_panel.cc |
diff --git a/chrome/browser/chromeos/accessibility/chromevox_panel.cc b/chrome/browser/chromeos/accessibility/chromevox_panel.cc |
index dc5be1dee8d048c61ea76aa296c97d24b631fcac..930de8f04352b659c49dcc97a53a0a6d03239bc2 100644 |
--- a/chrome/browser/chromeos/accessibility/chromevox_panel.cc |
+++ b/chrome/browser/chromeos/accessibility/chromevox_panel.cc |
@@ -132,8 +132,7 @@ void ChromeVoxPanel::DidFirstVisuallyNonEmptyPaint() { |
} |
void ChromeVoxPanel::UpdatePanelHeight() { |
- ash::WmShelf* shelf = |
- ash::WmShelf::ForWindow(ash::WmWindow::Get(GetRootWindow())); |
+ ash::WmShelf* shelf = ash::WmShelf::ForWindow(GetRootWindow()); |
if (!shelf->IsShelfInitialized()) |
return; |