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

Unified Diff: base/ios/crb_protocol_observers.mm

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too 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 | « base/id_map_unittest.cc ('k') | base/ios/device_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/ios/crb_protocol_observers.mm
diff --git a/base/ios/crb_protocol_observers.mm b/base/ios/crb_protocol_observers.mm
index 4302fd4c54748e461cfe204b02432faa0a643f09..8c4172a345e32bf98b7796c0084255596268dff1 100644
--- a/base/ios/crb_protocol_observers.mm
+++ b/base/ios/crb_protocol_observers.mm
@@ -5,6 +5,7 @@
#import "base/ios/crb_protocol_observers.h"
#include <objc/runtime.h>
+#include <stddef.h>
#include <algorithm>
#include <vector>
« no previous file with comments | « base/id_map_unittest.cc ('k') | base/ios/device_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698