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

Unified Diff: ios/web/webui/shared_resources_data_source_ios.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/webui/shared_resources_data_source_ios.h ('k') | ios/web/webui/url_data_manager_ios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/shared_resources_data_source_ios.cc
diff --git a/ios/web/webui/shared_resources_data_source_ios.cc b/ios/web/webui/shared_resources_data_source_ios.cc
index 434a5a69db2a988d7a9a015ad65ad7e23de612e9..b760ca813aaaf2227be6a723d166ea41662f8c0c 100644
--- a/ios/web/webui/shared_resources_data_source_ios.cc
+++ b/ios/web/webui/shared_resources_data_source_ios.cc
@@ -4,6 +4,8 @@
#include "ios/web/webui/shared_resources_data_source_ios.h"
+#include <stddef.h>
+
#include "base/logging.h"
#include "base/memory/ref_counted_memory.h"
#include "base/strings/string_util.h"
« no previous file with comments | « ios/web/webui/shared_resources_data_source_ios.h ('k') | ios/web/webui/url_data_manager_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698