From 16270fa080a29f8e4a499e58ebbac6986935abeb Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Mon, 7 Mar 2016 20:36:14 -0800 Subject: [PATCH] basic_types.h => macros.h --- native_mate/arguments.h | 2 +- native_mate/try_catch.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/native_mate/arguments.h b/native_mate/arguments.h index 3695cae..44250e8 100644 --- a/native_mate/arguments.h +++ b/native_mate/arguments.h @@ -5,7 +5,7 @@ #ifndef NATIVE_MATE_ARGUMENTS_H_ #define NATIVE_MATE_ARGUMENTS_H_ -#include "base/basictypes.h" +#include "base/macros.h" #include "native_mate/compat.h" #include "native_mate/converter.h" diff --git a/native_mate/try_catch.h b/native_mate/try_catch.h index 3b3ece8..abd501e 100644 --- a/native_mate/try_catch.h +++ b/native_mate/try_catch.h @@ -7,7 +7,7 @@ #include -#include "base/basictypes.h" +#include "base/macros.h" #include "v8/include/v8.h" namespace mate {