| Index: mojo/shell/standalone/desktop/launcher_process.h
|
| diff --git a/mojo/runner/desktop/launcher_process.h b/mojo/shell/standalone/desktop/launcher_process.h
|
| similarity index 69%
|
| rename from mojo/runner/desktop/launcher_process.h
|
| rename to mojo/shell/standalone/desktop/launcher_process.h
|
| index ec78f5bd5b722aaf0e969364339e265f89831c4f..351cc79419c9553754f90aa68fbeb884ffe5aa7c 100644
|
| --- a/mojo/runner/desktop/launcher_process.h
|
| +++ b/mojo/shell/standalone/desktop/launcher_process.h
|
| @@ -2,21 +2,21 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_LAUNCHER_PROCESS_H_
|
| -#define MOJO_SHELL_LAUNCHER_PROCESS_H_
|
| +#ifndef MOJO_SHELL_STANDALONE_LAUNCHER_PROCESS_H_
|
| +#define MOJO_SHELL_STANDALONE_LAUNCHER_PROCESS_H_
|
|
|
| #include "base/callback_forward.h"
|
|
|
| class GURL;
|
|
|
| namespace mojo {
|
| -namespace runner {
|
| +namespace shell {
|
|
|
| // Main method for the launcher process.
|
| // See commit in main_helper.h for explanation of the parameters.
|
| int LauncherProcessMain(const GURL& mojo_url, const base::Closure& callback);
|
|
|
| -} // namespace runner
|
| +} // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_LAUNCHER_PROCESS_H_
|
| +#endif // MOJO_SHELL_STANDALONE_LAUNCHER_PROCESS_H_
|
|
|