| Index: ui/views/examples/scroll_view_example.h
|
| ===================================================================
|
| --- ui/views/examples/scroll_view_example.h (revision 151055)
|
| +++ ui/views/examples/scroll_view_example.h (working copy)
|
| @@ -26,7 +26,7 @@
|
|
|
| private:
|
| // Overridden from ButtonListener:
|
| - virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE;
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
|
|
|
| // Control buttons to change the size of scrollable and jump to
|
| // predefined position.
|
|
|