Index: ui/gfx/native_theme.h |
=================================================================== |
--- ui/gfx/native_theme.h (revision 95624) |
+++ ui/gfx/native_theme.h (working copy) |
@@ -7,8 +7,8 @@ |
#pragma once |
#include "third_party/skia/include/core/SkColor.h" |
+#include "ui/base/ui_export.h" |
#include "ui/gfx/native_widget_types.h" |
-#include "ui/ui_api.h" |
class SkCanvas; |
@@ -32,7 +32,7 @@ |
// |
// NativeTheme also supports getting the default size of a given part with |
// the GetPartSize() method. |
-class UI_API NativeTheme { |
+class UI_EXPORT NativeTheme { |
public: |
// The part to be painted / sized. |
enum Part { |