| Index: ui/views/examples/text_example.h
|
| diff --git a/ui/views/examples/text_example.h b/ui/views/examples/text_example.h
|
| index 007f5194522388c5901f786d63ad8dc14b6011b5..bcc876c63e83822d6574055adc43bbd9fa20672c 100644
|
| --- a/ui/views/examples/text_example.h
|
| +++ b/ui/views/examples/text_example.h
|
| @@ -20,9 +20,9 @@ namespace examples {
|
|
|
| class ExampleComboboxModel;
|
|
|
| -class TextExample : public ExampleBase,
|
| - public ButtonListener,
|
| - public ComboboxListener {
|
| +class VIEWS_EXAMPLES_EXPORT TextExample : public ExampleBase,
|
| + public ButtonListener,
|
| + public ComboboxListener {
|
| public:
|
| TextExample();
|
| virtual ~TextExample();
|
|
|