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

Unified Diff: components/crash/core/common/objc_zombie.mm

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (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 | « components/crash/core/common/objc_zombie.h ('k') | components/cronet/android/cronet_data_reduction_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/core/common/objc_zombie.mm
diff --git a/components/crash/core/common/objc_zombie.mm b/components/crash/core/common/objc_zombie.mm
index 540403244ec2a731f2794418ba365096e319c3dc..7246b9b365535828eaf9292a7e6649cfbe82fcb0 100644
--- a/components/crash/core/common/objc_zombie.mm
+++ b/components/crash/core/common/objc_zombie.mm
@@ -5,6 +5,7 @@
#import "components/crash/core/common/objc_zombie.h"
#include <AvailabilityMacros.h>
+#include <string.h>
#include <execinfo.h>
#import <objc/runtime.h>
@@ -18,6 +19,7 @@
#include "base/posix/eintr_wrapper.h"
#include "base/strings/stringprintf.h"
#include "base/synchronization/lock.h"
+#include "build/build_config.h"
#include "components/crash/core/common/crash_keys.h"
#if !defined(OS_IOS) && (MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_6)
« no previous file with comments | « components/crash/core/common/objc_zombie.h ('k') | components/cronet/android/cronet_data_reduction_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698