| Index: third_party/crashpad/crashpad/client/crash_report_database_win.cc
|
| diff --git a/third_party/crashpad/crashpad/client/crash_report_database_win.cc b/third_party/crashpad/crashpad/client/crash_report_database_win.cc
|
| index d7968bd1ca8897771b32525faf9cb7c66660b26b..fa71796cb0fe982241eab5cc9ff50e8455dcde5b 100644
|
| --- a/third_party/crashpad/crashpad/client/crash_report_database_win.cc
|
| +++ b/third_party/crashpad/crashpad/client/crash_report_database_win.cc
|
| @@ -14,6 +14,8 @@
|
|
|
| #include "client/crash_report_database.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| #include <string.h>
|
| #include <time.h>
|
| #include <windows.h>
|
| @@ -21,6 +23,7 @@
|
| #include <utility>
|
|
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/numerics/safe_math.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/stringprintf.h"
|
|
|