| Index: third_party/crashpad/crashpad/tools/crashpad_database_util.cc
|
| diff --git a/third_party/crashpad/crashpad/tools/crashpad_database_util.cc b/third_party/crashpad/crashpad/tools/crashpad_database_util.cc
|
| index a1ad52b5aed358b0d789f4cb1849a1bf9b5b1fe7..dcb54960de17d7b7a52297849f859c6d5423f8c2 100644
|
| --- a/third_party/crashpad/crashpad/tools/crashpad_database_util.cc
|
| +++ b/third_party/crashpad/crashpad/tools/crashpad_database_util.cc
|
| @@ -14,6 +14,7 @@
|
|
|
| #include <errno.h>
|
| #include <getopt.h>
|
| +#include <stddef.h>
|
| #include <stdio.h>
|
| #include <stdlib.h>
|
| #include <string.h>
|
| @@ -25,9 +26,9 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/numerics/safe_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|