| Index: mojo/edk/system/multiprocess_message_pipe_unittest.cc
|
| diff --git a/mojo/edk/system/multiprocess_message_pipe_unittest.cc b/mojo/edk/system/multiprocess_message_pipe_unittest.cc
|
| index f9d487550f9ac5671e3ce89616e6695b1e7f0f0a..50b9ec7260c9d25043df3dc0d7907ff7ce6017d0 100644
|
| --- a/mojo/edk/system/multiprocess_message_pipe_unittest.cc
|
| +++ b/mojo/edk/system/multiprocess_message_pipe_unittest.cc
|
| @@ -24,7 +24,7 @@
|
| #include "mojo/edk/system/raw_channel.h"
|
| #include "mojo/edk/system/ref_ptr.h"
|
| #include "mojo/edk/system/shared_buffer_dispatcher.h"
|
| -#include "mojo/edk/test/scoped_test_dir.h"
|
| +#include "mojo/edk/system/test/scoped_test_dir.h"
|
| #include "mojo/edk/test/test_utils.h"
|
| #include "mojo/edk/util/scoped_file.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -446,7 +446,7 @@ class MultiprocessMessagePipeTestWithPipeCount
|
| public testing::WithParamInterface<size_t> {};
|
|
|
| TEST_P(MultiprocessMessagePipeTestWithPipeCount, PlatformHandlePassing) {
|
| - mojo::test::ScopedTestDir test_dir;
|
| + test::ScopedTestDir test_dir;
|
|
|
| helper()->StartChild("CheckPlatformHandleFile");
|
|
|
|
|