diff options
Diffstat (limited to 'ui/gfx/icon_util.h')
-rw-r--r-- | ui/gfx/icon_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/icon_util.h b/ui/gfx/icon_util.h index 439ba59..86c0544 100644 --- a/ui/gfx/icon_util.h +++ b/ui/gfx/icon_util.h @@ -11,7 +11,7 @@ #include <vector> #include "base/basictypes.h" -#include "ui/ui_api.h" +#include "ui/base/ui_export.h" namespace gfx { class Size; @@ -50,7 +50,7 @@ class SkBitmap; // ::DestroyIcon(icon); // /////////////////////////////////////////////////////////////////////////////// -class UI_API IconUtil { +class UI_EXPORT IconUtil { public: // Given an SkBitmap object, the function converts the bitmap to a Windows // icon and returns the corresponding HICON handle. If the function cannot |