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

Unified Diff: ios/web/web_view_counter_impl.mm

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/web_view_counter_impl.h ('k') | ios/web/web_view_creation_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_view_counter_impl.mm
diff --git a/ios/web/web_view_counter_impl.mm b/ios/web/web_view_counter_impl.mm
index cd6b825ba4e0c2c8244d51ee2a5144512e6d102c..74b3869fb9756ff452c77fc80a55bbdff3f296b1 100644
--- a/ios/web/web_view_counter_impl.mm
+++ b/ios/web/web_view_counter_impl.mm
@@ -4,6 +4,8 @@
#import "ios/web/web_view_counter_impl.h"
+#include <stddef.h>
+
#include "base/logging.h"
#include "ios/web/public/browser_state.h"
#include "ios/web/public/web_thread.h"
« no previous file with comments | « ios/web/web_view_counter_impl.h ('k') | ios/web/web_view_creation_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698