summaryrefslogtreecommitdiffstats
path: root/chromium/ui/native_theme/native_theme_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/native_theme/native_theme_mac.h')
-rw-r--r--chromium/ui/native_theme/native_theme_mac.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/ui/native_theme/native_theme_mac.h b/chromium/ui/native_theme/native_theme_mac.h
index 20378426db5..d65825cbcbf 100644
--- a/chromium/ui/native_theme/native_theme_mac.h
+++ b/chromium/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. http://crbug.com/379086.
+class NativeThemeMac : public FallbackTheme {
public:
static NativeThemeMac* instance();