| Index: services/shell/runner/host/native_application_support.h
|
| diff --git a/mojo/shell/runner/host/native_application_support.h b/services/shell/runner/host/native_application_support.h
|
| similarity index 83%
|
| rename from mojo/shell/runner/host/native_application_support.h
|
| rename to services/shell/runner/host/native_application_support.h
|
| index d7ce8a28e06b0319cc24b38944b70e74d6fe77c5..9d41f346712c1cd6839e271c2486d71a15445d59 100644
|
| --- a/mojo/shell/runner/host/native_application_support.h
|
| +++ b/services/shell/runner/host/native_application_support.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_RUNNER_HOST_NATIVE_APPLICATION_SUPPORT_H_
|
| -#define MOJO_SHELL_RUNNER_HOST_NATIVE_APPLICATION_SUPPORT_H_
|
| +#ifndef SERVICES_SHELL_RUNNER_HOST_NATIVE_APPLICATION_SUPPORT_H_
|
| +#define SERVICES_SHELL_RUNNER_HOST_NATIVE_APPLICATION_SUPPORT_H_
|
|
|
| #include "base/native_library.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;
|
| @@ -38,4 +38,4 @@ bool RunNativeApplication(base::NativeLibrary app_library,
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_RUNNER_HOST_NATIVE_APPLICATION_SUPPORT_H_
|
| +#endif // SERVICES_SHELL_RUNNER_HOST_NATIVE_APPLICATION_SUPPORT_H_
|
|
|