| Index: third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.cc b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.cc
|
| index 09b7ffeb29983c4a7a7f21fe3b77df052db023d2..f98a6585912066244a859f6b3cbb113749377198 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.cc
|
| @@ -19,10 +19,11 @@
|
| #include <string.h>
|
|
|
| #include <limits>
|
| -#include <vector>
|
| #include <utility>
|
| +#include <vector>
|
|
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "client/crashpad_info.h"
|
| #include "snapshot/mac/mach_o_image_segment_reader.h"
|
|
|