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

Unified Diff: third_party/crashpad/crashpad/handler/handler_main.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/handler/handler_main.cc
diff --git a/third_party/crashpad/crashpad/handler/handler_main.cc b/third_party/crashpad/crashpad/handler/handler_main.cc
index 7ad13f6ff0107ee3016fb024323e100b5156b378..16b89d017b9d3264581066e96f9e29cd69915d4e 100644
--- a/third_party/crashpad/crashpad/handler/handler_main.cc
+++ b/third_party/crashpad/crashpad/handler/handler_main.cc
@@ -15,6 +15,7 @@
#include "handler/handler_main.h"
#include <getopt.h>
+#include <stdint.h>
#include <stdlib.h>
#include <map>
@@ -31,8 +32,8 @@
#include "build/build_config.h"
#include "client/crash_report_database.h"
#include "client/crashpad_client.h"
-#include "tools/tool_support.h"
#include "handler/crash_report_upload_thread.h"
+#include "tools/tool_support.h"
#include "util/file/file_io.h"
#include "util/stdlib/map_insert.h"
#include "util/stdlib/string_number_conversion.h"

Powered by Google App Engine
This is Rietveld 408576698