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

Unified Diff: third_party/crashpad/crashpad/util/file/file_io_win.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/util/file/file_io_win.cc
diff --git a/third_party/crashpad/crashpad/util/file/file_io_win.cc b/third_party/crashpad/crashpad/util/file/file_io_win.cc
index def2a5a2bf8d5592e3cda1ad5b5cce12c4d09d90..7f483176afbca6e924a4dd4c348a51172163d11c 100644
--- a/third_party/crashpad/crashpad/util/file/file_io_win.cc
+++ b/third_party/crashpad/crashpad/util/file/file_io_win.cc
@@ -14,6 +14,8 @@
#include "util/file/file_io.h"
+#include <stddef.h>
+
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/numerics/safe_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698