| Index: services/shell/standalone/desktop/main_helper.h
|
| diff --git a/mojo/shell/standalone/desktop/main_helper.h b/services/shell/standalone/desktop/main_helper.h
|
| similarity index 67%
|
| rename from mojo/shell/standalone/desktop/main_helper.h
|
| rename to services/shell/standalone/desktop/main_helper.h
|
| index a2b5fcf2d6798909018517a4462fd612fa7f4c3c..2070ab78f76b85b549ee9e8d50eaf16d08b5222f 100644
|
| --- a/mojo/shell/standalone/desktop/main_helper.h
|
| +++ b/services/shell/standalone/desktop/main_helper.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_DESKTOP_MAIN_HELPER_H
|
| -#define MOJO_SHELL_STANDALONE_DESKTOP_MAIN_HELPER_H
|
| +#ifndef SERVICES_SHELL_STANDALONE_DESKTOP_MAIN_HELPER_H
|
| +#define SERVICES_SHELL_STANDALONE_DESKTOP_MAIN_HELPER_H
|
|
|
| namespace mojo {
|
| namespace shell {
|
| @@ -14,4 +14,4 @@ int StandaloneShellMain(int argc, char** argv);
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_STANDALONE_DESKTOP_MAIN_HELPER_H
|
| +#endif // SERVICES_SHELL_STANDALONE_DESKTOP_MAIN_HELPER_H
|
|
|