| Index: mojo/runner/in_process_native_runner.h
|
| diff --git a/mojo/shell/in_process_native_runner.h b/mojo/runner/in_process_native_runner.h
|
| similarity index 88%
|
| rename from mojo/shell/in_process_native_runner.h
|
| rename to mojo/runner/in_process_native_runner.h
|
| index a5639f4766b6f23327466d549bce54fac3e494e2..e8afcfd987a46f26c2a7efad8a58fa8bc33b0d32 100644
|
| --- a/mojo/shell/in_process_native_runner.h
|
| +++ b/mojo/runner/in_process_native_runner.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SHELL_IN_PROCESS_NATIVE_RUNNER_H_
|
| -#define SHELL_IN_PROCESS_NATIVE_RUNNER_H_
|
| +#ifndef MOJO_RUNNER_IN_PROCESS_NATIVE_RUNNER_H_
|
| +#define MOJO_RUNNER_IN_PROCESS_NATIVE_RUNNER_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/files/file_path.h"
|
| @@ -11,8 +11,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/scoped_native_library.h"
|
| #include "base/threading/simple_thread.h"
|
| -#include "mojo/shell/application_manager/native_runner.h"
|
| -#include "mojo/shell/native_application_support.h"
|
| +#include "mojo/runner/native_application_support.h"
|
| +#include "mojo/shell/native_runner.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
| @@ -64,4 +64,4 @@ class InProcessNativeRunnerFactory : public NativeRunnerFactory {
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // SHELL_IN_PROCESS_NATIVE_RUNNER_H_
|
| +#endif // MOJO_RUNNER_IN_PROCESS_NATIVE_RUNNER_H_
|
|
|