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

Unified Diff: ios/chrome/browser/crash_report/breakpad_helper.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/chrome/browser/chrome_url_util_unittest.mm ('k') | ios/chrome/browser/crash_report/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/crash_report/breakpad_helper.mm
diff --git a/ios/chrome/browser/crash_report/breakpad_helper.mm b/ios/chrome/browser/crash_report/breakpad_helper.mm
index b3a60f3d959414ae7b50b715fcc5ef93787a7fb8..252df3da7c5b61499a37109909f392706885147d 100644
--- a/ios/chrome/browser/crash_report/breakpad_helper.mm
+++ b/ios/chrome/browser/crash_report/breakpad_helper.mm
@@ -5,6 +5,7 @@
#include "ios/chrome/browser/crash_report/breakpad_helper.h"
#import <Foundation/Foundation.h>
+#include <stddef.h>
#include "base/auto_reset.h"
#include "base/bind.h"
« no previous file with comments | « ios/chrome/browser/chrome_url_util_unittest.mm ('k') | ios/chrome/browser/crash_report/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698