| Index: ui/aura/test/test_window_delegate.cc
|
| diff --git a/ui/aura/test/test_window_delegate.cc b/ui/aura/test/test_window_delegate.cc
|
| index 3da06e34152ba7afd93b3dafb9cefdfdc571dc85..4be062d3b2c401c9c2c1456f1e57b0896899ff09 100644
|
| --- a/ui/aura/test/test_window_delegate.cc
|
| +++ b/ui/aura/test/test_window_delegate.cc
|
| @@ -31,7 +31,7 @@ void TestWindowDelegate::OnBoundsChanged(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) {
|
| }
|
|
|
| -void TestWindowDelegate::OnFocus() {
|
| +void TestWindowDelegate::OnFocus(Window* old_focused_window) {
|
| }
|
|
|
| void TestWindowDelegate::OnBlur() {
|
|
|