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