summaryrefslogtreecommitdiffstats
path: root/ui/base/message_box_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/message_box_win.h')
-rw-r--r--ui/base/message_box_win.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/base/message_box_win.h b/ui/base/message_box_win.h
index 9d777c5..ce0512f 100644
--- a/ui/base/message_box_win.h
+++ b/ui/base/message_box_win.h
@@ -9,7 +9,7 @@
#include <windows.h>
#include "base/string16.h"
-#include "ui/ui_api.h"
+#include "ui/base/ui_export.h"
namespace ui {
@@ -17,10 +17,10 @@ namespace ui {
// MessageBox function allows us to control certain RTL locale flags so that
// callers don't have to worry about adding these flags when running in a
// right-to-left locale.
-UI_API int MessageBox(HWND hwnd,
- const string16& text,
- const string16& caption,
- UINT flags);
+UI_EXPORT int MessageBox(HWND hwnd,
+ const string16& text,
+ const string16& caption,
+ UINT flags);
} // namespace ui