| Index: ui/views/examples/button_example.h
|
| diff --git a/ui/views/examples/button_example.h b/ui/views/examples/button_example.h
|
| index 566d3f09bf2e085c68902fa462a67ac037688e81..ec75b29da1c883c3178aa69f22b14949ada62e5f 100644
|
| --- a/ui/views/examples/button_example.h
|
| +++ b/ui/views/examples/button_example.h
|
| @@ -27,7 +27,7 @@ class VIEWS_EXAMPLES_EXPORT ButtonExample : public ExampleBase,
|
| void CreateExampleView(View* container) override;
|
|
|
| private:
|
| - void LabelButtonPressed(const ui::Event& event);
|
| + void LabelButtonPressed(LabelButton* label_button, const ui::Event& event);
|
|
|
| // ButtonListener:
|
| void ButtonPressed(Button* sender, const ui::Event& event) override;
|
|
|