$OpenBSD: patch-chrome_browser_download_download_status_updater_cc,v 1.2 2016/03/06 10:51:14 robert Exp $
--- chrome/browser/download/download_status_updater.cc.orig.port	Wed Feb 24 00:01:58 2016
+++ chrome/browser/download/download_status_updater.cc	Thu Mar  3 09:43:25 2016
@@ -13,7 +13,7 @@
 #include "base/stl_util.h"
 #include "build/build_config.h"
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
 #include "ui/views/linux_ui/linux_ui.h"
 #endif
 
@@ -140,7 +140,7 @@ void DownloadStatusUpdater::OnDownloadUpdated(
 #if defined(OS_ANDROID) || (defined(USE_AURA) && !defined(OS_WIN))
 void DownloadStatusUpdater::UpdateAppIconDownloadProgress(
     content::DownloadItem* download) {
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
   const views::LinuxUI* linux_ui = views::LinuxUI::instance();
   if (linux_ui) {
     float progress = 0;
