| Index: mojo/runner/out_of_process_native_runner.h
|
| diff --git a/mojo/shell/out_of_process_native_runner.h b/mojo/runner/out_of_process_native_runner.h
|
| similarity index 89%
|
| rename from mojo/shell/out_of_process_native_runner.h
|
| rename to mojo/runner/out_of_process_native_runner.h
|
| index 23bba66fbc377a841750912403f5e428f5162cc1..323e87248d2760fde41be4781cf25c5ac257575a 100644
|
| --- a/mojo/shell/out_of_process_native_runner.h
|
| +++ b/mojo/runner/out_of_process_native_runner.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SHELL_OUT_OF_PROCESS_NATIVE_RUNNER_H_
|
| -#define SHELL_OUT_OF_PROCESS_NATIVE_RUNNER_H_
|
| +#ifndef MOJO_RUNNER_OUT_OF_PROCESS_NATIVE_RUNNER_H_
|
| +#define MOJO_RUNNER_OUT_OF_PROCESS_NATIVE_RUNNER_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "mojo/public/cpp/bindings/error_handler.h"
|
| -#include "mojo/shell/application_manager/native_runner.h"
|
| +#include "mojo/shell/native_runner.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
| @@ -62,4 +62,4 @@ class OutOfProcessNativeRunnerFactory : public NativeRunnerFactory {
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // SHELL_OUT_OF_PROCESS_NATIVE_RUNNER_H_
|
| +#endif // MOJO_RUNNER_OUT_OF_PROCESS_NATIVE_RUNNER_H_
|
|
|