| Index: ipc/ipc_mojo_bootstrap_unittest.cc
|
| diff --git a/ipc/mojo/ipc_mojo_bootstrap_unittest.cc b/ipc/ipc_mojo_bootstrap_unittest.cc
|
| similarity index 97%
|
| rename from ipc/mojo/ipc_mojo_bootstrap_unittest.cc
|
| rename to ipc/ipc_mojo_bootstrap_unittest.cc
|
| index ce0c9b360e4b17189bc95a2c2b173e40a26422ac..876ce67bfef9357f3ff2b53e4292265984d022b4 100644
|
| --- a/ipc/mojo/ipc_mojo_bootstrap_unittest.cc
|
| +++ b/ipc/ipc_mojo_bootstrap_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ipc/mojo/ipc_mojo_bootstrap.h"
|
| +#include "ipc/ipc_mojo_bootstrap.h"
|
|
|
| #include <stdint.h>
|
| #include <memory>
|
| @@ -12,8 +12,8 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "build/build_config.h"
|
| +#include "ipc/ipc.mojom.h"
|
| #include "ipc/ipc_test_base.h"
|
| -#include "ipc/mojo/ipc.mojom.h"
|
| #include "mojo/edk/embedder/embedder.h"
|
| #include "mojo/edk/test/mojo_test_base.h"
|
| #include "mojo/edk/test/multiprocess_test_helper.h"
|
|
|