| Index: ash/common/system/tray/system_tray_unittest.cc
|
| diff --git a/ash/common/system/tray/system_tray_unittest.cc b/ash/common/system/tray/system_tray_unittest.cc
|
| index 19ab75ce2c26faed7e1ca2a3658289299fea5a66..0ee90eb63ceb78801bd5fde62a15531bffd2c9cf 100644
|
| --- a/ash/common/system/tray/system_tray_unittest.cc
|
| +++ b/ash/common/system/tray/system_tray_unittest.cc
|
| @@ -429,7 +429,7 @@ TEST_F(SystemTrayTest, PersistentBubble) {
|
| #endif
|
| TEST_F(SystemTrayTest, MAYBE_WithSystemModal) {
|
| // Check if the accessibility item is created even with system modal dialog.
|
| - WmShell::Get()->GetAccessibilityDelegate()->SetVirtualKeyboardEnabled(true);
|
| + WmShell::Get()->accessibility_delegate()->SetVirtualKeyboardEnabled(true);
|
| std::unique_ptr<views::Widget> widget(CreateTestWidget(
|
| new ModalWidgetDelegate, kShellWindowId_SystemModalContainer,
|
| gfx::Rect(0, 0, 100, 100)));
|
|
|