| Index: services/shell/native_runner.h
|
| diff --git a/mojo/shell/native_runner.h b/services/shell/native_runner.h
|
| similarity index 86%
|
| rename from mojo/shell/native_runner.h
|
| rename to services/shell/native_runner.h
|
| index bf287552d514bdab4e83be6df8273a6b0d62c0c4..58d5fa81e842bc3c99449c9c8a76895522c59d98 100644
|
| --- a/mojo/shell/native_runner.h
|
| +++ b/services/shell/native_runner.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_NATIVE_RUNNER_H_
|
| -#define MOJO_SHELL_NATIVE_RUNNER_H_
|
| +#ifndef SERVICES_SHELL_NATIVE_RUNNER_H_
|
| +#define SERVICES_SHELL_NATIVE_RUNNER_H_
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/process/process_handle.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| -#include "mojo/shell/public/interfaces/shell_client.mojom.h"
|
| +#include "services/shell/public/interfaces/shell_client.mojom.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -46,4 +46,4 @@ class NativeRunnerFactory {
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_NATIVE_RUNNER_H_
|
| +#endif // SERVICES_SHELL_NATIVE_RUNNER_H_
|
|
|