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

Unified Diff: base/port.h

Issue 7238012: Upstream android debug and log related files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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/port.h
diff --git a/base/port.h b/base/port.h
index 2e66057aeeaf7c61693ac999c73669fec05ec153..b4059b30df4d1d10475572fc0c88f15f63f18295 100644
--- a/base/port.h
+++ b/base/port.h
@@ -52,4 +52,8 @@
#define API_CALL
#endif
+#if defined(OS_ANDROID)
+#include <ctype.h>
brettw 2011/06/24 22:23:57 What's this for?
michaelbai 2011/06/24 23:30:44 It is for tolower isspace etc. I can not figure ou
brettw 2011/06/25 00:07:19 Seems like we should be adding the ctype includes
michaelbai 2011/06/28 18:02:10 It seemed that I have to change too many files and
brettw 2011/06/29 16:38:36 I really don't think ctype.h should be in any comm
michaelbai 2011/07/06 18:05:52 Done.
+#endif
+
#endif // BASE_PORT_H_

Powered by Google App Engine
This is Rietveld 408576698