diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 20:58:29 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 20:58:29 +0000 |
commit | 5036f187c5431c1afc5bac442e1d74390d7a3fa0 (patch) | |
tree | af465cf27c50860ca7773876ac7bf08b6b653875 /views/native_theme_painter.h | |
parent | 26c740c8fb36d3e59200cfab668eb9c5f7539d11 (diff) | |
download | chromium_src-5036f187c5431c1afc5bac442e1d74390d7a3fa0.zip chromium_src-5036f187c5431c1afc5bac442e1d74390d7a3fa0.tar.gz chromium_src-5036f187c5431c1afc5bac442e1d74390d7a3fa0.tar.bz2 |
Rename VIEWS_API to VIEWS_EXPORT.
R=rvargas@chromium.org
Review URL: http://codereview.chromium.org/7550038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/native_theme_painter.h')
-rw-r--r-- | views/native_theme_painter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/native_theme_painter.h b/views/native_theme_painter.h index c1d6c23..5e69aeb 100644 --- a/views/native_theme_painter.h +++ b/views/native_theme_painter.h @@ -25,7 +25,7 @@ class NativeThemeDelegate; // A Painter that uses NativeTheme to implement painting and sizing. A // theme delegate must be given at construction time so that the appropriate // painting and sizing can be done. -class VIEWS_API NativeThemePainter : public Painter { +class VIEWS_EXPORT NativeThemePainter : public Painter { public: explicit NativeThemePainter(NativeThemeDelegate* delegate); |