$OpenBSD: patch-base_base_paths_posix_cc,v 1.3 2016/05/28 14:49:39 robert Exp $
--- base/base_paths_posix.cc.orig.port	Wed May 25 04:54:06 2016
+++ base/base_paths_posix.cc	Sat May 28 10:25:21 2016
@@ -73,7 +73,7 @@ bool PathProviderPosix(int key, FilePath* result) {
       if ((cpath = getenv("CHROME_EXE_PATH")) != NULL)
         *result = FilePath(cpath);
       else
-        *result = FilePath("/usr/local/chrome/chrome");
+        *result = FilePath("/usr/local/iridium/iridium");
       return true;
 #endif
     }
