| Index: shell/application_manager/shell_impl.h
|
| diff --git a/mojo/application_manager/shell_impl.h b/shell/application_manager/shell_impl.h
|
| similarity index 92%
|
| rename from mojo/application_manager/shell_impl.h
|
| rename to shell/application_manager/shell_impl.h
|
| index 58e30666e9eff13e3fcba64f77c28915b6d88b2b..ef4de83d628c8f37263bff8012f29da4db428a5b 100644
|
| --- a/mojo/application_manager/shell_impl.h
|
| +++ b/shell/application_manager/shell_impl.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_APPLICATION_MANAGER_SHELL_IMPL_H_
|
| -#define MOJO_APPLICATION_MANAGER_SHELL_IMPL_H_
|
| +#ifndef SHELL_APPLICATION_MANAGER_SHELL_IMPL_H_
|
| +#define SHELL_APPLICATION_MANAGER_SHELL_IMPL_H_
|
|
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| #include "mojo/public/cpp/bindings/error_handler.h"
|
| @@ -59,4 +59,4 @@ class ShellImpl : public Shell, public ErrorHandler {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_APPLICATION_MANAGER_SHELL_IMPL_H_
|
| +#endif // SHELL_APPLICATION_MANAGER_SHELL_IMPL_H_
|
|
|