| Index: ui/base/native_theme/native_theme_aura.h
|
| diff --git a/ui/base/native_theme/native_theme_aura.h b/ui/base/native_theme/native_theme_aura.h
|
| index aa2bcc854918757fa5eda1b0f2a1ddcb0d3f4a71..c3807e1d3d2b230e781d791f3a3e082b384edeb6 100644
|
| --- a/ui/base/native_theme/native_theme_aura.h
|
| +++ b/ui/base/native_theme/native_theme_aura.h
|
| @@ -12,7 +12,7 @@
|
| namespace ui {
|
|
|
| // Aura implementation of native theme support.
|
| -class NativeThemeAura : public NativeThemeBase {
|
| +class UI_EXPORT NativeThemeAura : public NativeThemeBase {
|
| public:
|
| static NativeThemeAura* instance();
|
|
|
|
|