Chromium Code Reviews| Index: base/native_library.h |
| diff --git a/base/native_library.h b/base/native_library.h |
| index dc4000bc8641953a9b92c7e2fb4d09d58c5e7dd7..182b3ed86eac5121cf8a8943b5101fa3cf9aeb89 100644 |
| --- a/base/native_library.h |
| +++ b/base/native_library.h |
| @@ -44,7 +44,7 @@ struct NativeLibraryStruct { |
| }; |
| }; |
| typedef NativeLibraryStruct* NativeLibrary; |
| -#elif defined(OS_LINUX) || defined(OS_FREEBSD) |
| +#elif defined(OS_POSIX) |
| typedef void* NativeLibrary; |
| #endif // OS_* |