aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_themes_theme__helper.cc
blob: 032985e9aeaefd9b021024b65a09c1b364b1b166 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/themes/theme_helper.cc.orig	2022-10-24 13:33:33 UTC
+++ chrome/browser/themes/theme_helper.cc
@@ -18,7 +18,7 @@
 #include "ui/gfx/image/image.h"
 #include "ui/native_theme/native_theme.h"
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 #include "ui/linux/linux_ui.h"
 #endif