Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(951)

Unified Diff: base/process_util.h

Issue 9826041: Fix shared_library build break on Chrome OS caused by r128351. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698