| Index: components/crash/content/app/breakpad_linux_impl.h
|
| diff --git a/components/crash/content/app/breakpad_linux_impl.h b/components/crash/content/app/breakpad_linux_impl.h
|
| index 9910a09b90d1fc2cc3b4f33ca970034632b50e01..d4eab167bb59d5a9003864376667e5abd7aa9ee9 100644
|
| --- a/components/crash/content/app/breakpad_linux_impl.h
|
| +++ b/components/crash/content/app/breakpad_linux_impl.h
|
| @@ -8,9 +8,10 @@
|
| #ifndef COMPONENTS_CRASH_CONTENT_APP_BREAKPAD_LINUX_IMPL_H_
|
| #define COMPONENTS_CRASH_CONTENT_APP_BREAKPAD_LINUX_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| #include <sys/types.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "breakpad/src/common/simple_string_dictionary.h"
|
| #include "components/crash/content/app/breakpad_linux.h"
|
|
|
|
|