$OpenBSD: patch-services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_h,v 1.4 2018/06/06 07:50:54 robert Exp $

Index: services/resource_coordinator/public/cpp/memory_instrumentation/os_metrics.h
--- services/resource_coordinator/public/cpp/memory_instrumentation/os_metrics.h.orig
+++ services/resource_coordinator/public/cpp/memory_instrumentation/os_metrics.h
@@ -36,7 +36,7 @@ class SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_EXPORT 
   static std::vector<mojom::VmRegionPtr> GetProcessModules(base::ProcessId);
 #endif
 
-#if defined(OS_LINUX) || defined(OS_ANDROID)
+#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD)
   static void SetProcSmapsForTesting(FILE*);
 #endif  // defined(OS_LINUX)
 };
