$OpenBSD: patch-services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_h,v 1.6 2019/04/17 11:48: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
@@ -26,7 +26,7 @@ class COMPONENT_EXPORT(
                                     mojom::RawOSMemDump*);
   static std::vector<mojom::VmRegionPtr> GetProcessMemoryMaps(base::ProcessId);
 
-#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) || defined(OS_ANDROID)
 
