Index: ui/views/examples/native_theme_checkbox_example.cc |
=================================================================== |
--- ui/views/examples/native_theme_checkbox_example.cc (revision 151055) |
+++ ui/views/examples/native_theme_checkbox_example.cc (working copy) |
@@ -29,7 +29,7 @@ |
} |
void NativeThemeCheckboxExample::ButtonPressed(Button* sender, |
- const Event& event) { |
+ const ui::Event& event) { |
PrintStatus(base::StringPrintf("Pressed! count: %d", ++count_).c_str()); |
} |