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

Unified Diff: base/string_number_conversions.cc

Issue 7238012: Upstream android debug and log related files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed port.h Created 9 years, 5 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 | « base/logging.cc ('k') | base/string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_number_conversions.cc
diff --git a/base/string_number_conversions.cc b/base/string_number_conversions.cc
index efa7d5f5bf54245f2e87e57fa79204ae7ba71ea7..7598cbb62e019876174fb7b3f047bb6504ec305c 100644
--- a/base/string_number_conversions.cc
+++ b/base/string_number_conversions.cc
@@ -14,6 +14,10 @@
#include "base/third_party/dmg_fp/dmg_fp.h"
#include "base/utf_string_conversions.h"
+#if defined(OS_ANDROID)
brettw 2011/07/07 16:55:53 I wouldn't put these ctype includes in an android
michaelbai 2011/07/07 18:28:47 Done.
+#include <ctype.h>
+#endif
+
namespace base {
namespace {
« no previous file with comments | « base/logging.cc ('k') | base/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698