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

Unified Diff: ios/web/web_state/global_web_state_event_tracker.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/web_state/global_web_state_event_tracker.h ('k') | ios/web/web_state/js/common_js_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/global_web_state_event_tracker.cc
diff --git a/ios/web/web_state/global_web_state_event_tracker.cc b/ios/web/web_state/global_web_state_event_tracker.cc
index 303f8940d3526b3044ce3e1ad531cc37afa069f3..9a51bf5f0392717fa1b4896fd579115cf40a9129 100644
--- a/ios/web/web_state/global_web_state_event_tracker.cc
+++ b/ios/web/web_state/global_web_state_event_tracker.cc
@@ -4,6 +4,9 @@
#include "ios/web/web_state/global_web_state_event_tracker.h"
+#include <stddef.h>
+
+#include "base/macros.h"
#include "base/memory/singleton.h"
#include "ios/web/public/web_state/web_state_observer.h"
#include "ios/web/public/web_state/web_state_user_data.h"
« no previous file with comments | « ios/web/web_state/global_web_state_event_tracker.h ('k') | ios/web/web_state/js/common_js_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698