Chromium Code Reviews| Index: ash/test/test_activation_delegate.cc |
| =================================================================== |
| --- ash/test/test_activation_delegate.cc (revision 170570) |
| +++ ash/test/test_activation_delegate.cc (working copy) |
| @@ -38,7 +38,7 @@ |
| aura::client::SetActivationDelegate(window, this); |
| } |
| -bool TestActivationDelegate::ShouldActivate(const ui::Event* event) { |
| +bool TestActivationDelegate::ShouldActivate() const { |
| should_activate_count_++; |
| return activate_; |
| } |