| Index: ui/views/examples/button_example.h
|
| diff --git a/ui/views/examples/button_example.h b/ui/views/examples/button_example.h
|
| index 6f23a0be1c1f51f1a93650aaf4d837386cffedad..242f077792d1e79cb7309a488c62ecaa732a0579 100644
|
| --- a/ui/views/examples/button_example.h
|
| +++ b/ui/views/examples/button_example.h
|
| @@ -18,7 +18,8 @@ class LabelButton;
|
| namespace examples {
|
|
|
| // ButtonExample simply counts the number of clicks.
|
| -class ButtonExample : public ExampleBase, public ButtonListener {
|
| +class VIEWS_EXAMPLES_EXPORT ButtonExample : public ExampleBase,
|
| + public ButtonListener {
|
| public:
|
| ButtonExample();
|
| virtual ~ButtonExample();
|
|
|