| 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"
|
|
|
|
|