$OpenBSD: patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc,v 1.6 2016/04/16 19:08:45 robert Exp $
--- chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc.orig.port	Fri Apr  8 18:02:07 2016
+++ chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc	Thu Apr 14 08:25:09 2016
@@ -788,7 +788,7 @@ void IncidentReportingService::OnEnvironmentDataCollec
   environment_collection_pending_ = false;
 
 // CurrentProcessInfo::CreationTime() is missing on some platforms.
-#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
   base::TimeDelta uptime =
       first_incident_time_ - base::CurrentProcessInfo::CreationTime();
   environment_data->mutable_process()->set_uptime_msec(uptime.InMilliseconds());
