Chromium Code Reviews| Index: ash/test/test_activation_delegate.h |
| =================================================================== |
| --- ash/test/test_activation_delegate.h (revision 150582) |
| +++ ash/test/test_activation_delegate.h (working copy) |
| @@ -37,7 +37,7 @@ |
| } |
| // Overridden from client::ActivationDelegate: |
| - virtual bool ShouldActivate(const aura::Event* event) OVERRIDE; |
| + virtual bool ShouldActivate(const ui::Event* event) OVERRIDE; |
| virtual void OnActivated() OVERRIDE; |
| virtual void OnLostActive() OVERRIDE; |