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

Unified Diff: base/sys_info_linux.cc

Issue 10113009: Set Android/V8 memory limits from dalvik.vm.heapsize. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use static variable instead of LazyInstance Created 8 years, 7 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
Index: base/sys_info_linux.cc
diff --git a/base/sys_info_linux.cc b/base/sys_info_linux.cc
index 03fdac28e58c9326eec145774544d0a2bd585575..ad9d14360badef4832241d5190b3ecb054895db1 100644
--- a/base/sys_info_linux.cc
+++ b/base/sys_info_linux.cc
@@ -7,6 +7,7 @@
#include <limits>
#include "base/file_util.h"
+#include "base/lazy_instance.h"
darin (slow to review) 2012/05/24 22:27:43 nit: no longer need this include
ulan 2012/05/25 14:14:36 Done.
#include "base/logging.h"
#include "base/string_number_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698