| Index: components/crash/content/app/crashpad.cc
|
| diff --git a/components/crash/content/app/crashpad.cc b/components/crash/content/app/crashpad.cc
|
| index eab401b1cc049fa67d9511a1f33b888b1148517f..19a36363427da4f61d6ba63ad984e2b358906da2 100644
|
| --- a/components/crash/content/app/crashpad.cc
|
| +++ b/components/crash/content/app/crashpad.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "components/crash/content/app/crashpad.h"
|
|
|
| +#include <stddef.h>
|
| #include <string.h>
|
|
|
| #include <algorithm>
|
| @@ -15,6 +16,7 @@
|
| #include "base/debug/crash_logging.h"
|
| #include "base/debug/dump_without_crashing.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_piece.h"
|
| #include "base/strings/stringprintf.h"
|
|
|