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

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: 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/string_number_conversions.cc ('k') | base/system_monitor/system_monitor_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_util.h
diff --git a/base/string_util.h b/base/string_util.h
index f731c34a7e0354d6c2fdf28462cc9e71112ce3de..3f695a8be934107c2119efe215ce7054d47ca4ea 100644
--- a/base/string_util.h
+++ b/base/string_util.h
@@ -8,6 +8,7 @@
#define BASE_STRING_UTIL_H_
#pragma once
+#include <ctype.h>
#include <stdarg.h> // va_list
#include <string>
« no previous file with comments | « base/string_number_conversions.cc ('k') | base/system_monitor/system_monitor_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698