$OpenBSD: patch-chrome_common_url_constants_h,v 1.13 2016/05/27 06:28:21 robert Exp $
--- chrome/common/url_constants.h.orig.port	Wed May 25 21:00:58 2016
+++ chrome/common/url_constants.h	Thu May 26 08:09:43 2016
@@ -120,7 +120,7 @@ extern const char kChromeUIUserImageURL[];
 extern const char kChromeUIMetroFlowURL[];
 #endif
 
-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
+#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
 extern const char kChromeUITabModalConfirmDialogURL[];
 #endif
 
@@ -295,7 +295,7 @@ extern const char kChromeOSAssetPath[];
 extern const char kChromeUIMetroFlowHost[];
 #endif
 
-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
+#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
 extern const char kChromeUITabModalConfirmDialogHost[];
 #endif
 
