| Index: ash/keyboard_overlay/keyboard_overlay_view.h
|
| ===================================================================
|
| --- ash/keyboard_overlay/keyboard_overlay_view.h (revision 150582)
|
| +++ ash/keyboard_overlay/keyboard_overlay_view.h (working copy)
|
| @@ -32,7 +32,7 @@
|
|
|
| // Overridden from ash::internal::OverlayEventFilter::Delegate:
|
| virtual void Cancel() OVERRIDE;
|
| - virtual bool IsCancelingKeyEvent(aura::KeyEvent* event) OVERRIDE;
|
| + virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE;
|
| virtual aura::Window* GetWindow() OVERRIDE;
|
|
|
| // Shows the keyboard overlay.
|
|
|