Index: base/process/process_metrics.h |
diff --git a/base/process/process_metrics.h b/base/process/process_metrics.h |
index 3eb3604b7a381a5514045d17fd882cf339e69303..ca23ac8984a35e111dd3608e6d62aedae932912c 100644 |
--- a/base/process/process_metrics.h |
+++ b/base/process/process_metrics.h |
@@ -234,7 +234,7 @@ BASE_EXPORT size_t GetSystemCommitCharge(); |
#if defined(OS_POSIX) |
// Returns the maximum number of file descriptors that can be open by a process |
// at once. If the number is unavailable, a conservative best guess is returned. |
-size_t GetMaxFds(); |
+BASE_EXPORT size_t GetMaxFds(); |
// Sets the file descriptor soft limit to |max_descriptors| or the OS hard |
// limit, whichever is lower. |