Chromium Code Reviews| Index: base/process_util.h |
| diff --git a/base/process_util.h b/base/process_util.h |
| index a89d4b11c6d0a86ac7646003e46f9eb74ec4abe7..8a0d02ade3b38223b76fadd3064163ce7391d978 100644 |
| --- a/base/process_util.h |
| +++ b/base/process_util.h |
| @@ -135,7 +135,7 @@ enum TerminationStatus { |
| }; |
| #if defined(USE_LINUX_BREAKPAD) |
| -extern size_t g_oom_size; |
| +BASE_EXPORT extern size_t g_oom_size; |
| #endif |
| // Returns the id of the current process. |