Index: mojo/system/message_pipe_test_utils.h |
diff --git a/mojo/system/message_pipe_test_utils.h b/mojo/system/message_pipe_test_utils.h |
index b38a597ab2f2e5dfe643ff088f713b6d69da0ab1..4db7bdca5674b8ce8e8a285b37c2c0dfd3d1271c 100644 |
--- a/mojo/system/message_pipe_test_utils.h |
+++ b/mojo/system/message_pipe_test_utils.h |
@@ -41,6 +41,7 @@ class ChannelThread { |
DISALLOW_COPY_AND_ASSIGN(ChannelThread); |
}; |
+#if !defined(OS_IOS) |
qsr
2014/09/04 13:35:45
What is the reason for ifdefing this out? What can
blundell
2014/09/04 15:02:51
MultiprocessTestHelper. I could just slice and dic
|
class MultiprocessMessagePipeTestBase : public testing::Test { |
public: |
MultiprocessMessagePipeTestBase(); |
@@ -59,6 +60,7 @@ class MultiprocessMessagePipeTestBase : public testing::Test { |
DISALLOW_COPY_AND_ASSIGN(MultiprocessMessagePipeTestBase); |
}; |
+#endif |
} // namespace test |
} // namespace system |