| Index: ui/base/message_box_win.h
 | 
| ===================================================================
 | 
| --- ui/base/message_box_win.h	(revision 91577)
 | 
| +++ ui/base/message_box_win.h	(working copy)
 | 
| @@ -9,6 +9,7 @@
 | 
|  #include <windows.h>
 | 
|  
 | 
|  #include "base/string16.h"
 | 
| +#include "ui/base/ui_base_api.h"
 | 
|  
 | 
|  namespace ui {
 | 
|  
 | 
| @@ -16,10 +17,10 @@
 | 
|  // 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.
 | 
| -int MessageBox(HWND hwnd,
 | 
| -               const string16& text,
 | 
| -               const string16& caption,
 | 
| -               UINT flags);
 | 
| +UI_BASE_API int MessageBox(HWND hwnd,
 | 
| +                           const string16& text,
 | 
| +                           const string16& caption,
 | 
| +                           UINT flags);
 | 
|  
 | 
|  }  // namespace ui
 | 
|  
 | 
| 
 |