OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ | 5 #ifndef MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ |
6 #define MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ | 6 #define MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ |
7 | 7 |
8 #include <memory> | 8 #include <memory> |
9 | 9 |
10 #include "mojo/edk/platform/scoped_platform_handle.h" | 10 #include "mojo/edk/platform/scoped_platform_handle.h" |
11 #include "mojo/edk/system/channel.h" | 11 #include "mojo/edk/system/channel.h" |
| 12 #include "mojo/edk/system/handle_signals_state.h" |
12 #include "mojo/edk/system/test/test_io_thread.h" | 13 #include "mojo/edk/system/test/test_io_thread.h" |
13 #include "mojo/edk/test/multiprocess_test_helper.h" | 14 #include "mojo/edk/test/multiprocess_test_helper.h" |
14 #include "mojo/edk/util/ref_ptr.h" | 15 #include "mojo/edk/util/ref_ptr.h" |
15 #include "mojo/public/cpp/system/macros.h" | 16 #include "mojo/public/cpp/system/macros.h" |
16 | 17 |
17 namespace mojo { | 18 namespace mojo { |
18 | 19 |
19 namespace embedder { | 20 namespace embedder { |
20 class PlatformSupport; | 21 class PlatformSupport; |
21 } | 22 } |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 | 74 |
74 MOJO_DISALLOW_COPY_AND_ASSIGN(MultiprocessMessagePipeTestBase); | 75 MOJO_DISALLOW_COPY_AND_ASSIGN(MultiprocessMessagePipeTestBase); |
75 }; | 76 }; |
76 #endif | 77 #endif |
77 | 78 |
78 } // namespace test | 79 } // namespace test |
79 } // namespace system | 80 } // namespace system |
80 } // namespace mojo | 81 } // namespace mojo |
81 | 82 |
82 #endif // MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ | 83 #endif // MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ |
OLD | NEW |