| Index: base/debug/crash_logging.h
|
| diff --git a/base/debug/crash_logging.h b/base/debug/crash_logging.h
|
| index 90e6687bec8cdfd50fd629e0fe9e06996c05f6a4..7a6bbcd54051e484f82f74385a8d1080c358c80e 100644
|
| --- a/base/debug/crash_logging.h
|
| +++ b/base/debug/crash_logging.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef BASE_DEBUG_CRASH_LOGGING_H_
|
| #define BASE_DEBUG_CRASH_LOGGING_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/base_export.h"
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
|
|
| // These functions add metadata to the upload payload when sending crash reports
|
|
|