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

Unified Diff: ios/web/public/string_util.h

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/public/referrer_util_unittest.cc ('k') | ios/web/public/test/http_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/string_util.h
diff --git a/ios/web/public/string_util.h b/ios/web/public/string_util.h
index b5b23b3897442fb86ad54c6fbdf04520f9437c25..737b913f3dbb351ddecf2483d2b0f32ce4808475 100644
--- a/ios/web/public/string_util.h
+++ b/ios/web/public/string_util.h
@@ -5,6 +5,8 @@
#ifndef IOS_WEB_PUBLIC_STRING_UTIL_H_
#define IOS_WEB_PUBLIC_STRING_UTIL_H_
+#include <stddef.h>
+
#include "base/strings/string16.h"
namespace web {
« no previous file with comments | « ios/web/public/referrer_util_unittest.cc ('k') | ios/web/public/test/http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698