diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 04:43:14 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 04:43:14 +0000 |
commit | 8ca87726c96e1b89fee43afa224b8d3da2d5d399 (patch) | |
tree | 9cdd55fcb4a038265602ccb00c36282345447e41 /base/process_util.h | |
parent | 47f22ea3bc0e86842bc3c4a89183d20369e317d7 (diff) | |
download | chromium_src-8ca87726c96e1b89fee43afa224b8d3da2d5d399.zip chromium_src-8ca87726c96e1b89fee43afa224b8d3da2d5d399.tar.gz chromium_src-8ca87726c96e1b89fee43afa224b8d3da2d5d399.tar.bz2 |
mac: Components build for base, easy part
BUG=90078
TEST=none
Review URL: http://codereview.chromium.org/7474010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util.h')
-rw-r--r-- | base/process_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process_util.h b/base/process_util.h index 2179b61..3d9b7d1 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 |