Chromium Code Reviews| Index: base/process_util.h |
| diff --git a/base/process_util.h b/base/process_util.h |
| index 2179b615423e0ba514573d70d9dddf65ae9c3ab5..3d9b7d1c06fda0b7335262e5fbb9c86e827ebb2f 100644 |
| --- a/base/process_util.h |
| +++ b/base/process_util.h |
| @@ -675,7 +675,7 @@ BASE_API void EnableTerminationOnHeapCorruption(); |
| BASE_API void EnableTerminationOnOutOfMemory(); |
| #if defined(OS_MACOSX) |
| // Exposed for testing. |
| -malloc_zone_t* GetPurgeableZone(); |
| +BASE_API malloc_zone_t* GetPurgeableZone(); |
| #endif |
| #endif |