| Index: components/crash/content/tools/crash_service.cc
|
| diff --git a/components/crash/content/tools/crash_service.cc b/components/crash/content/tools/crash_service.cc
|
| index cdb6a502aabe54ecdf68b7028696098c81c27e18..38f94f789128a454b8a1ee03d6ba1371c1a05b26 100644
|
| --- a/components/crash/content/tools/crash_service.cc
|
| +++ b/components/crash/content/tools/crash_service.cc
|
| @@ -5,6 +5,7 @@
|
| #include "components/crash/content/tools/crash_service.h"
|
|
|
| #include <windows.h>
|
| +#include <stddef.h>
|
|
|
| #include <sddl.h>
|
| #include <fstream>
|
| @@ -13,6 +14,7 @@
|
| #include "base/command_line.h"
|
| #include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/win/windows_version.h"
|
| #include "breakpad/src/client/windows/crash_generation/client_info.h"
|
| #include "breakpad/src/client/windows/crash_generation/crash_generation_server.h"
|
|
|