| Index: services/shell/runner/common/client_util.h
|
| diff --git a/mojo/shell/runner/common/client_util.h b/services/shell/runner/common/client_util.h
|
| similarity index 79%
|
| rename from mojo/shell/runner/common/client_util.h
|
| rename to services/shell/runner/common/client_util.h
|
| index ac61c77fa1be8a6445b3ca62884b855b17ce620f..c042b50506a064d608d257e115a356708d0470f9 100644
|
| --- a/mojo/shell/runner/common/client_util.h
|
| +++ b/services/shell/runner/common/client_util.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
|
| -#define MOJO_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
|
| +#ifndef SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
|
| +#define SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
|
|
|
| -#include "mojo/shell/public/interfaces/shell_client.mojom.h"
|
| +#include "services/shell/public/interfaces/shell_client.mojom.h"
|
|
|
| namespace base {
|
| class CommandLine;
|
| @@ -29,4 +29,4 @@ mojom::ShellClientRequest GetShellClientRequestFromCommandLine();
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
|
| +#endif // SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
|
|
|