| Index: ui/views/examples/native_theme_button_example.h
|
| ===================================================================
|
| --- ui/views/examples/native_theme_button_example.h (revision 151055)
|
| +++ ui/views/examples/native_theme_button_example.h (working copy)
|
| @@ -78,7 +78,7 @@
|
|
|
| private:
|
| // Overridden from ButtonListener:
|
| - virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE;
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
|
|
|
| ExampleNativeThemeButton* button_;
|
|
|
|
|