| Index: ui/aura/test/test_window_delegate.h
|
| diff --git a/ui/aura/test/test_window_delegate.h b/ui/aura/test/test_window_delegate.h
|
| index 1abd95549872f9f9c810c95d9b1cdc7b5ce51007..1b1457849c2b34113bd25013ae94f9515e9bd8ef 100644
|
| --- a/ui/aura/test/test_window_delegate.h
|
| +++ b/ui/aura/test/test_window_delegate.h
|
| @@ -111,7 +111,7 @@ class EventCountDelegate : public TestWindowDelegate {
|
|
|
| // Overridden from TestWindowDelegate:
|
| virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
|
| - virtual ui::EventResult OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
|
| + virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
|
|
|
| // Returns the counts of mouse motion events in the
|
| // form of "<enter> <move> <leave>".
|
|
|