Index: util/mach/exception_types_test.cc |
diff --git a/util/mach/exception_types_test.cc b/util/mach/exception_types_test.cc |
index 0520c2e02bb56d1a71716ea0c4101f2fc4011ed5..372b57f073fc7ddf6c95bdc779cdc306cdd78325 100644 |
--- a/util/mach/exception_types_test.cc |
+++ b/util/mach/exception_types_test.cc |
@@ -16,10 +16,11 @@ |
#include <kern/exc_resource.h> |
#include <signal.h> |
+#include <stdint.h> |
#include <sys/types.h> |
#include <unistd.h> |
-#include "base/basictypes.h" |
+#include "base/macros.h" |
#include "base/strings/stringprintf.h" |
#include "gtest/gtest.h" |
#include "util/mac/mac_util.h" |