Chromium Code Reviews| Index: testing/platform_test.h |
| diff --git a/testing/platform_test.h b/testing/platform_test.h |
| index 24980fbe0c160a72712b080df243fdf442c77a15..8cf8318b35f6466b4f02c613a08c2f5d52e3b631 100644 |
| --- a/testing/platform_test.h |
| +++ b/testing/platform_test.h |
| @@ -9,7 +9,7 @@ |
| #if defined(GTEST_OS_MAC) |
| #ifndef __OBJC__ |
| -typedef void* id; |
| +typedef struct objc_object* id; |
|
tapted
2017/03/10 03:55:05
hm. I think we can just #include <objc/objc.h> (i.
Patti Lor
2017/03/10 05:42:03
Done.
|
| #endif |
| // The purpose of this class us to provide a hook for platform-specific |