Index: ui/base/default_theme_provider.h |
diff --git a/ui/base/default_theme_provider.h b/ui/base/default_theme_provider.h |
index e2589c732e7634082f4c8b9078be3094ad8feb0b..8bf2a01cc0341008d0e080623d1456cafbe0cd50 100644 |
--- a/ui/base/default_theme_provider.h |
+++ b/ui/base/default_theme_provider.h |
@@ -34,7 +34,7 @@ class UI_BASE_EXPORT DefaultThemeProvider : public ThemeProvider { |
int id, |
ui::ScaleFactor scale_factor) const OVERRIDE; |
-#if defined(OS_MACOSX) && !defined(TOOLKIT_VIEWS) |
+#if defined(OS_MACOSX) |
virtual NSImage* GetNSImageNamed(int id) const OVERRIDE; |
virtual NSColor* GetNSImageColorNamed(int id) const OVERRIDE; |
virtual NSColor* GetNSColor(int id) const OVERRIDE; |