| Index: services/shell/standalone/desktop/launcher_process.h
|
| diff --git a/mojo/shell/standalone/desktop/launcher_process.h b/services/shell/standalone/desktop/launcher_process.h
|
| similarity index 68%
|
| rename from mojo/shell/standalone/desktop/launcher_process.h
|
| rename to services/shell/standalone/desktop/launcher_process.h
|
| index 54ec2957deed06d079958bca27be2accc9332977..5c7288a8426b5910789c4222d7ee848f3d41a952 100644
|
| --- a/mojo/shell/standalone/desktop/launcher_process.h
|
| +++ b/services/shell/standalone/desktop/launcher_process.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 MOJO_SHELL_STANDALONE_LAUNCHER_PROCESS_H_
|
| -#define MOJO_SHELL_STANDALONE_LAUNCHER_PROCESS_H_
|
| +#ifndef SERVICES_SHELL_STANDALONE_LAUNCHER_PROCESS_H_
|
| +#define SERVICES_SHELL_STANDALONE_LAUNCHER_PROCESS_H_
|
|
|
| #include "base/callback_forward.h"
|
|
|
| @@ -16,4 +16,4 @@ int LauncherProcessMain();
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_STANDALONE_LAUNCHER_PROCESS_H_
|
| +#endif // SERVICES_SHELL_STANDALONE_LAUNCHER_PROCESS_H_
|
|
|