| Index: third_party/crashpad/crashpad/client/simple_string_dictionary.h
|
| diff --git a/third_party/crashpad/crashpad/client/simple_string_dictionary.h b/third_party/crashpad/crashpad/client/simple_string_dictionary.h
|
| index edaca6fbea4b7540a4b5a4fd9d60a43ad295d4c0..f8cdd4a57ae2240ebd26f48a58017e457ee127c7 100644
|
| --- a/third_party/crashpad/crashpad/client/simple_string_dictionary.h
|
| +++ b/third_party/crashpad/crashpad/client/simple_string_dictionary.h
|
| @@ -15,10 +15,11 @@
|
| #ifndef CRASHPAD_CLIENT_SIMPLE_STRING_DICTIONARY_H_
|
| #define CRASHPAD_CLIENT_SIMPLE_STRING_DICTIONARY_H_
|
|
|
| +#include <stddef.h>
|
| #include <string.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "util/misc/implicit_cast.h"
|
|
|
| namespace crashpad {
|
|
|