| Index: base/logging_unittest.cc
|
| diff --git a/base/logging_unittest.cc b/base/logging_unittest.cc
|
| index ac92051522c1dad44a73432c626873594cebf66e..52ba9880b36a3632ccd74277360ff6c6a7eb92f7 100644
|
| --- a/base/logging_unittest.cc
|
| +++ b/base/logging_unittest.cc
|
| @@ -257,7 +257,7 @@ TEST_F(LoggingTest, CheckCausesDistinctBreakpoints) {
|
| EXPECT_NE(addr2, addr3);
|
| }
|
|
|
| -#elif defined(OS_POSIX) && !defined(OS_NACL) && \
|
| +#elif defined(OS_POSIX) && !defined(OS_NACL) && !defined(OS_IOS) && \
|
| (defined(ARCH_CPU_X86_FAMILY) || defined(ARCH_CPU_ARM_FAMILY))
|
|
|
| int g_child_crash_pipe;
|
|
|