| Index: memory/shared_memory_handle_mac.cc
|
| diff --git a/memory/shared_memory_handle_mac.cc b/memory/shared_memory_handle_mac.cc
|
| index 86f5c546ae2ce3977a0904a910ab63008a114d39..05e04d7f52f7afa15780ab7f4d0c51843cdf4c92 100644
|
| --- a/memory/shared_memory_handle_mac.cc
|
| +++ b/memory/shared_memory_handle_mac.cc
|
| @@ -8,7 +8,6 @@
|
|
|
| #include "base/posix/eintr_wrapper.h"
|
|
|
| -#if defined(OS_MACOSX) && !defined(OS_IOS)
|
| namespace base {
|
|
|
| static_assert(sizeof(SharedMemoryHandle::Type) <=
|
| @@ -83,4 +82,3 @@ SharedMemoryHandle SharedMemoryHandle::Duplicate() const {
|
| }
|
|
|
| } // namespace base
|
| -#endif // defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|