| Index: mojo/common/test/multiprocess_test_base.h
|
| diff --git a/mojo/common/test/multiprocess_test_base.h b/mojo/common/test/multiprocess_test_base.h
|
| index 9729191ed744bbf551f5bfe0ace28f0da1d9765b..d86c61aee5715593e14a994ba077faa6e3105d17 100644
|
| --- a/mojo/common/test/multiprocess_test_base.h
|
| +++ b/mojo/common/test/multiprocess_test_base.h
|
| @@ -11,10 +11,15 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/process/process_handle.h"
|
| #include "base/test/multiprocess_test.h"
|
| -#include "mojo/system/platform_channel.h"
|
| #include "testing/multiprocess_func_list.h"
|
|
|
| namespace mojo {
|
| +
|
| +namespace system {
|
| +class PlatformChannel;
|
| +class PlatformChannelPair;
|
| +}
|
| +
|
| namespace test {
|
|
|
| class MultiprocessTestBase : public base::MultiProcessTest {
|
|
|