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

Unified Diff: ios/web/web_view_counter_impl.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/web_thread_impl.cc ('k') | ios/web/web_view_counter_impl.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.h
diff --git a/ios/web/web_view_counter_impl.h b/ios/web/web_view_counter_impl.h
index 3b48cc9f651107328626a2b292e34122cd4ec27a..34d1f02344aabba48342fcaf84cb9c154172f2cc 100644
--- a/ios/web/web_view_counter_impl.h
+++ b/ios/web/web_view_counter_impl.h
@@ -5,6 +5,7 @@
#ifndef IOS_WEB_WEB_VIEW_COUNTER_IMPL_H_
#define IOS_WEB_WEB_VIEW_COUNTER_IMPL_H_
+#include <stddef.h>
#import <WebKit/WebKit.h>
#include "base/macros.h"
« no previous file with comments | « ios/web/web_thread_impl.cc ('k') | ios/web/web_view_counter_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698