| Index: chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/ash/keyboard_controller_browsertest.cc b/chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| index 0be099a108bb1efb0599b22d067397946903c91a..8aa7194bb23241328f635e1bad314419ed4155bc 100644
|
| --- a/chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| @@ -35,7 +35,7 @@ class VirtualKeyboardWebContentTest : public InProcessBrowserTest {
|
| }
|
|
|
| keyboard::KeyboardControllerProxy* proxy() {
|
| - return ash::Shell::GetInstance()->keyboard_controller()->proxy();
|
| + return keyboard::KeyboardController::GetInstance()->proxy();
|
| }
|
|
|
| protected:
|
|
|