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

Unified Diff: base/string_util.h

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
Index: base/string_util.h
diff --git a/base/string_util.h b/base/string_util.h
index f731c34a7e0354d6c2fdf28462cc9e71112ce3de..f1b98bf53e3831218a4741db37c6022f93282291 100644
--- a/base/string_util.h
+++ b/base/string_util.h
@@ -24,6 +24,10 @@
// and then remove this.
#include "base/stringprintf.h"
+#if defined(OS_ANDROID)
+#include <ctype.h>
+#endif
+
// Safe standard library wrappers for all platforms.
namespace base {

Powered by Google App Engine
This is Rietveld 408576698