| Index: ui/base/theme_provider.h
|
| diff --git a/ui/base/theme_provider.h b/ui/base/theme_provider.h
|
| index defdf145370f84596d2a733994ac9ea041e8426e..eeab83d796cec946111e04a1a112a835362bbe46 100644
|
| --- a/ui/base/theme_provider.h
|
| +++ b/ui/base/theme_provider.h
|
| @@ -77,7 +77,7 @@ class UI_BASE_EXPORT ThemeProvider {
|
| int id,
|
| ui::ScaleFactor scale_factor) const = 0;
|
|
|
| -#if defined(OS_MACOSX) && !defined(TOOLKIT_VIEWS)
|
| +#if defined(OS_MACOSX)
|
| // Gets the NSImage with the specified |id|.
|
| virtual NSImage* GetNSImageNamed(int id) const = 0;
|
|
|
|
|