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

Unified Diff: third_party/crashpad/crashpad/client/prune_crash_reports.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/client/prune_crash_reports.h
diff --git a/third_party/crashpad/crashpad/client/prune_crash_reports.h b/third_party/crashpad/crashpad/client/prune_crash_reports.h
index 1c1ce9c328b7453c74a427f52da6d12788878d1f..fcef13582a539b3ed92781473b7c38d4fedc0014 100644
--- a/third_party/crashpad/crashpad/client/prune_crash_reports.h
+++ b/third_party/crashpad/crashpad/client/prune_crash_reports.h
@@ -15,9 +15,11 @@
#ifndef CRASHPAD_CLIENT_PRUNE_CRASH_REPORTS_H_
#define CRASHPAD_CLIENT_PRUNE_CRASH_REPORTS_H_
-#include <time.h>
+#include <stddef.h>
#include <sys/types.h>
+#include <time.h>
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "client/crash_report_database.h"

Powered by Google App Engine
This is Rietveld 408576698