| Index: util/mach/exception_behaviors_test.cc
|
| diff --git a/util/mach/exception_behaviors_test.cc b/util/mach/exception_behaviors_test.cc
|
| index cbde600a4b87f6e655c947452bf5a4685eac031a..a4a55e2619d83488ae68fd6630850db95d59b0e3 100644
|
| --- a/util/mach/exception_behaviors_test.cc
|
| +++ b/util/mach/exception_behaviors_test.cc
|
| @@ -14,7 +14,9 @@
|
|
|
| #include "util/mach/exception_behaviors.h"
|
|
|
| -#include "base/basictypes.h"
|
| +#include <sys/types.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "gtest/gtest.h"
|
| #include "util/mach/mach_extensions.h"
|
|
|