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

Unified Diff: ios/web/string_util.cc

Issue 1544743002: Switch to standard integer types in ios/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « ios/web/shell/view_controller.mm ('k') | ios/web/string_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/string_util.cc
diff --git a/ios/web/string_util.cc b/ios/web/string_util.cc
index a00d023e35e68bd6b50e46eb1d5d00dedf93eb26..0202285231bba4aa5aa9b0e0cd83f5756dadfdb6 100644
--- a/ios/web/string_util.cc
+++ b/ios/web/string_util.cc
@@ -4,6 +4,8 @@
#include "ios/web/public/string_util.h"
+#include <stddef.h>
+
#include "base/strings/string_util.h"
namespace web {
« no previous file with comments | « ios/web/shell/view_controller.mm ('k') | ios/web/string_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698