| Index: ui/views/widget/native_widget_aura.h
|
| ===================================================================
|
| --- ui/views/widget/native_widget_aura.h (revision 150588)
|
| +++ ui/views/widget/native_widget_aura.h (working copy)
|
| @@ -124,7 +124,7 @@
|
| virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE;
|
|
|
| // Overridden from views::InputMethodDelegate:
|
| - virtual void DispatchKeyEventPostIME(const KeyEvent& key) OVERRIDE;
|
| + virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) OVERRIDE;
|
|
|
| // Overridden from aura::WindowDelegate:
|
| virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
|
|