Index: ui/base/win/message_box_win.h |
diff --git a/ui/base/win/message_box_win.h b/ui/base/win/message_box_win.h |
index f24150e77bc384973bd647d53282c618c17adc9a..f48bec3e4fa84de6d1e5a8358b64e004e94e15c4 100644 |
--- a/ui/base/win/message_box_win.h |
+++ b/ui/base/win/message_box_win.h |
@@ -8,7 +8,7 @@ |
#include <windows.h> |
#include "base/strings/string16.h" |
-#include "ui/base/ui_export.h" |
+#include "ui/base/ui_base_export.h" |
namespace ui { |
@@ -16,10 +16,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_EXPORT int MessageBox(HWND hwnd, |
- const base::string16& text, |
- const base::string16& caption, |
- UINT flags); |
+UI_BASE_EXPORT int MessageBox(HWND hwnd, |
+ const base::string16& text, |
+ const base::string16& caption, |
+ UINT flags); |
} // namespace ui |