| Index: shell/dynamic_application_loader.h
|
| diff --git a/mojo/shell/dynamic_application_loader.h b/shell/dynamic_application_loader.h
|
| similarity index 91%
|
| rename from mojo/shell/dynamic_application_loader.h
|
| rename to shell/dynamic_application_loader.h
|
| index 7a7b41b5f603de763c997eb37df51aab798406b3..1dc9a8a4d7a83f7e287bab413e05a0169331fcae 100644
|
| --- a/mojo/shell/dynamic_application_loader.h
|
| +++ b/shell/dynamic_application_loader.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_DYNAMIC_APPLICATION_LOADER_H_
|
| -#define MOJO_SHELL_DYNAMIC_APPLICATION_LOADER_H_
|
| +#ifndef SHELL_DYNAMIC_APPLICATION_LOADER_H_
|
| +#define SHELL_DYNAMIC_APPLICATION_LOADER_H_
|
|
|
| #include <map>
|
|
|
| @@ -14,7 +14,7 @@
|
| #include "mojo/application_manager/application_loader.h"
|
| #include "mojo/public/cpp/system/core.h"
|
| #include "mojo/services/public/interfaces/network/network_service.mojom.h"
|
| -#include "mojo/shell/dynamic_service_runner.h"
|
| +#include "shell/dynamic_service_runner.h"
|
| #include "url/gurl.h"
|
|
|
| namespace mojo {
|
| @@ -68,4 +68,4 @@ class DynamicApplicationLoader : public ApplicationLoader {
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_DYNAMIC_APPLICATION_LOADER_H_
|
| +#endif // SHELL_DYNAMIC_APPLICATION_LOADER_H_
|
|
|