| Index: ui/views/corewm/activation_change_shim.h
|
| diff --git a/ui/views/corewm/activation_change_shim.h b/ui/views/corewm/activation_change_shim.h
|
| index 75c8edd579a22b3330d51018a2dfb585aa1cf0ab..77bed9760e0d0b92a526b2b34bd42b012b1da9e5 100644
|
| --- a/ui/views/corewm/activation_change_shim.h
|
| +++ b/ui/views/corewm/activation_change_shim.h
|
| @@ -34,7 +34,7 @@ class VIEWS_EXPORT ActivationChangeShim
|
| aura::Window* old_active) OVERRIDE;
|
|
|
| // Overridden from ui::EventHandler:
|
| - virtual ui::EventResult OnEvent(ui::Event* event) OVERRIDE;
|
| + virtual void OnEvent(ui::Event* event) OVERRIDE;
|
|
|
| private:
|
| ui::EventTarget* target_;
|
|
|