| Index: ui/views/examples/tabbed_pane_example.h
|
| ===================================================================
|
| --- ui/views/examples/tabbed_pane_example.h (revision 151055)
|
| +++ ui/views/examples/tabbed_pane_example.h (working copy)
|
| @@ -31,7 +31,7 @@
|
|
|
| private:
|
| // ButtonListener:
|
| - virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE;
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
|
|
|
| // TabbedPaneListener:
|
| virtual void TabSelectedAt(int index) OVERRIDE;
|
|
|