| Index: gin/test/v8_test.h
|
| diff --git a/gin/test/v8_test.h b/gin/test/v8_test.h
|
| index 592b88904035a0160e7e87a1bb27fcaeb2310a97..3cb68d57173aaa6fc434793dfb1b4ea26cb4085d 100644
|
| --- a/gin/test/v8_test.h
|
| +++ b/gin/test/v8_test.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef GIN_TEST_V8_TEST_H_
|
| #define GIN_TEST_V8_TEST_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|