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

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: Remove the android guard around ctype.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..c70046732545babc99abe3e4c9109e53843b71bc 100644
--- a/base/string_number_conversions.cc
+++ b/base/string_number_conversions.cc
@@ -4,6 +4,7 @@
#include "base/string_number_conversions.h"
+#include <ctype.h>
#include <errno.h>
#include <stdlib.h>
#include <wctype.h>
« 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