| Index: ash/wm/activation_controller.h
|
| diff --git a/ash/wm/activation_controller.h b/ash/wm/activation_controller.h
|
| index 23fe7379ecc420312304fd6d1f3e20f7db4c37b4..f9b023f989eb6bcca061255b8f688706e92e082b 100644
|
| --- a/ash/wm/activation_controller.h
|
| +++ b/ash/wm/activation_controller.h
|
| @@ -75,7 +75,7 @@ class ASH_EXPORT ActivationController
|
|
|
| private:
|
| // Overridden from ui::EventHandler:
|
| - virtual ui::EventResult OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
|
| + virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
|
| virtual ui::EventResult OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
|
| virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
| virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE;
|
|
|