blob: 0244a94ea65e4d20edae61985c1a10144d4fdb7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/themes/theme_helper.cc.orig 2025-04-22 20:15:27 UTC
+++ chrome/browser/themes/theme_helper.cc
@@ -16,7 +16,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
|