| Index: ash/virtual_keyboard_controller.h
 | 
| diff --git a/ash/virtual_keyboard_controller.h b/ash/virtual_keyboard_controller.h
 | 
| index 240aa37c680ace4fd5745e934695b57410d3508c..20c6e02451ccdc69b3acfc0fb8e48d622b8f8165 100644
 | 
| --- a/ash/virtual_keyboard_controller.h
 | 
| +++ b/ash/virtual_keyboard_controller.h
 | 
| @@ -26,8 +26,8 @@
 | 
|  
 | 
|    // ShellObserver:
 | 
|    // TODO(rsadam@): Remove when autovirtual keyboard flag is on by default.
 | 
| -  void OnTabletModeStarted() override;
 | 
| -  void OnTabletModeEnded() override;
 | 
| +  void OnMaximizeModeStarted() override;
 | 
| +  void OnMaximizeModeEnded() override;
 | 
|  
 | 
|    // ui::InputDeviceObserver:
 | 
|    void OnTouchscreenDeviceConfigurationChanged() override;
 | 
| 
 |