| Index: ui/views/examples/text_example.h
|
| diff --git a/ui/views/examples/text_example.h b/ui/views/examples/text_example.h
|
| index 5ea2edce62f3886c8492ce7dd96321813bab0ac5..7b2e1e59e36aea41450c370c451db847f95a39b3 100644
|
| --- a/ui/views/examples/text_example.h
|
| +++ b/ui/views/examples/text_example.h
|
| @@ -45,9 +45,7 @@ class TextExample : public ExampleBase,
|
| virtual void ButtonPressed(Button* button, const Event& event) OVERRIDE;
|
|
|
| // Overridden from ComboboxListener:
|
| - virtual void ItemChanged(Combobox* combo_box,
|
| - int prev_index,
|
| - int new_index) OVERRIDE;
|
| + virtual void OnSelectedIndexChanged(Combobox* combobox) OVERRIDE;
|
|
|
| class TextExampleView;
|
| // The content of the scroll view.
|
|
|