| Index: ui/native_theme/native_theme_mac.h
|
| diff --git a/ui/native_theme/native_theme_mac.h b/ui/native_theme/native_theme_mac.h
|
| index 20378426db5bdac63a7d7a552e15310c852d1f77..1e2d450971982443adf9985aeb186471cb9fe51b 100644
|
| --- a/ui/native_theme/native_theme_mac.h
|
| +++ b/ui/native_theme/native_theme_mac.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef UI_NATIVE_THEME_NATIVE_THEME_MAC_H_
|
| #define UI_NATIVE_THEME_NATIVE_THEME_MAC_H_
|
|
|
| -#include "ui/native_theme/native_theme_base.h"
|
| +#include "ui/native_theme/fallback_theme.h"
|
| +#include "ui/native_theme/native_theme_export.h"
|
|
|
| namespace ui {
|
|
|
| // Mac implementation of native theme support.
|
| -class NativeThemeMac : public NativeThemeBase {
|
| +// TODO(tapted): This should not use FallbackTheme.
|
| +class NATIVE_THEME_EXPORT NativeThemeMac : public FallbackTheme {
|
| public:
|
| static NativeThemeMac* instance();
|
|
|
|
|