Chromium Code Reviews| Index: views/controls/tabbed_pane/tabbed_pane.h |
| =================================================================== |
| --- views/controls/tabbed_pane/tabbed_pane.h (revision 95624) |
| +++ views/controls/tabbed_pane/tabbed_pane.h (working copy) |
| @@ -17,7 +17,7 @@ |
| // TabbedPane is a view that shows tabs. When the user clicks on a tab, the |
| // associated view is displayed. |
| -class VIEWS_API TabbedPane : public View { |
| +class VIEWS_EXPORT TabbedPane : public View { |
| public: |
| TabbedPane(); |
| virtual ~TabbedPane(); |