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

Unified Diff: third_party/crashpad/crashpad/snapshot/win/process_reader_win.h

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/snapshot/win/process_reader_win.h
diff --git a/third_party/crashpad/crashpad/snapshot/win/process_reader_win.h b/third_party/crashpad/crashpad/snapshot/win/process_reader_win.h
index 90a115d540ac92a2634464eadc4c0bfe015690e0..7e6d70c5ba612dbd684610b0dc26d2b53f96ea62 100644
--- a/third_party/crashpad/crashpad/snapshot/win/process_reader_win.h
+++ b/third_party/crashpad/crashpad/snapshot/win/process_reader_win.h
@@ -15,11 +15,13 @@
#ifndef CRASHPAD_SNAPSHOT_WIN_PROCESS_READER_WIN_H_
#define CRASHPAD_SNAPSHOT_WIN_PROCESS_READER_WIN_H_
-#include <sys/time.h>
#include <windows.h>
+#include <stdint.h>
+#include <sys/time.h>
#include <vector>
+#include "base/macros.h"
#include "build/build_config.h"
#include "util/misc/initialization_state_dcheck.h"
#include "util/win/address_types.h"

Powered by Google App Engine
This is Rietveld 408576698