| Index: views/controls/message_box_view.h
|
| ===================================================================
|
| --- views/controls/message_box_view.h (revision 95624)
|
| +++ views/controls/message_box_view.h (working copy)
|
| @@ -21,7 +21,7 @@
|
| // This class displays the contents of a message box. It is intended for use
|
| // within a constrained window, and has options for a message, prompt, OK
|
| // and Cancel buttons.
|
| -class VIEWS_API MessageBoxView : public View {
|
| +class VIEWS_EXPORT MessageBoxView : public View {
|
| public:
|
| MessageBoxView(int dialog_flags,
|
| const std::wstring& message,
|
|
|