summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authoryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 05:56:35 +0000
committeryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 05:56:35 +0000
commit7dc738a345f7d42e69690889fd07955632091507 (patch)
tree0b549746eb96aa068ad5d252f37abc7fa715c234 /base
parent72787e39b9326a740d74226eb6dea26d20691c14 (diff)
downloadchromium_src-7dc738a345f7d42e69690889fd07955632091507.zip
chromium_src-7dc738a345f7d42e69690889fd07955632091507.tar.gz
chromium_src-7dc738a345f7d42e69690889fd07955632091507.tar.bz2
Fix shared_library build break on Chrome OS caused by r128351.
BUG=111733 TEST=In the cros chroot, ran 'USE=component_build emerge-$BOARD chromeos-chrome' Review URL: https://chromiumcodereview.appspot.com/9826041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/process_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process_util.h b/base/process_util.h
index a89d4b1..8a0d02a 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.