| Index: ui/views/examples/native_theme_button_example.h
|
| diff --git a/ui/views/examples/native_theme_button_example.h b/ui/views/examples/native_theme_button_example.h
|
| index 862443a5fced1420a309009a864fcf53dc8a6714..4ec4d2c9776a2734ee034ffe2ad3c083445197cc 100644
|
| --- a/ui/views/examples/native_theme_button_example.h
|
| +++ b/ui/views/examples/native_theme_button_example.h
|
| @@ -40,9 +40,7 @@ class ExampleNativeThemeButton : public CustomButton,
|
| virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE;
|
|
|
| // Overridden from ComboboxListener:
|
| - virtual void ItemChanged(Combobox* combo_box,
|
| - int prev_index,
|
| - int new_index) OVERRIDE;
|
| + virtual void OnSelectedIndexChanged(Combobox* combobox) OVERRIDE;
|
|
|
| // Overridden from NativeThemeDelegate:
|
| virtual gfx::NativeTheme::Part GetThemePart() const OVERRIDE;
|
|
|