$OpenBSD: patch-chrome_common_chrome_switches_cc,v 1.13 2015/07/23 13:44:04 robert Exp $
--- chrome/common/chrome_switches.cc.orig.port	Wed Jul 15 22:29:59 2015
+++ chrome/common/chrome_switches.cc	Wed Jul 22 08:37:29 2015
@@ -1211,7 +1211,7 @@ const char kHelpShort[]                     = "h";
 const char kPasswordStore[]                 = "password-store";
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
 // Triggers migration of user data directory to another directory
 // specified as a parameter. The migration is done under singleton lock,
 // and sanity checks are made to avoid corrupting the profile.
