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

Unified Diff: third_party/crashpad/crashpad/client/crashpad_info.cc

Issue 1550683003: Switch to standard integer types in third_party/crashpad/. (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
Index: third_party/crashpad/crashpad/client/crashpad_info.cc
diff --git a/third_party/crashpad/crashpad/client/crashpad_info.cc b/third_party/crashpad/crashpad/client/crashpad_info.cc
index 596f3491c11a306e31d3ec797d25197b0108a76e..db71cc98ccacd8b41993c4cf783cb9301ca95b04 100644
--- a/third_party/crashpad/crashpad/client/crashpad_info.cc
+++ b/third_party/crashpad/crashpad/client/crashpad_info.cc
@@ -14,6 +14,7 @@
#include "client/crashpad_info.h"
+#include "build/build_config.h"
Mark Mentovai 2015/12/28 00:26:18 The .h already includes this. Is this not somethin
Avi (use Gerrit) 2015/12/28 00:37:13 This is a practicality thing for me. The tool doe
#include "util/stdlib/cxx.h"
#if defined(OS_MACOSX)
« no previous file with comments | « third_party/crashpad/crashpad/client/crashpad_info.h ('k') | third_party/crashpad/crashpad/client/prune_crash_reports.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698