| Index: services/shell/runner/child/test_native_main.cc
|
| diff --git a/mojo/shell/runner/child/test_native_main.cc b/services/shell/runner/child/test_native_main.cc
|
| similarity index 86%
|
| rename from mojo/shell/runner/child/test_native_main.cc
|
| rename to services/shell/runner/child/test_native_main.cc
|
| index cc542158872395188e27555daef8429e15307a5b..50dfe5b9846a2440e5eec8d1f35d8a42cac75591 100644
|
| --- a/mojo/shell/runner/child/test_native_main.cc
|
| +++ b/services/shell/runner/child/test_native_main.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 "mojo/shell/runner/child/test_native_main.h"
|
| +#include "services/shell/runner/child/test_native_main.h"
|
|
|
| #include <utility>
|
|
|
| @@ -14,10 +14,10 @@
|
| #include "build/build_config.h"
|
| #include "mojo/edk/embedder/embedder.h"
|
| #include "mojo/edk/embedder/process_delegate.h"
|
| -#include "mojo/shell/public/cpp/shell_client.h"
|
| -#include "mojo/shell/public/cpp/shell_connection.h"
|
| -#include "mojo/shell/runner/common/client_util.h"
|
| -#include "mojo/shell/runner/init.h"
|
| +#include "services/shell/public/cpp/shell_client.h"
|
| +#include "services/shell/public/cpp/shell_connection.h"
|
| +#include "services/shell/runner/common/client_util.h"
|
| +#include "services/shell/runner/init.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
|
|