| Index: mojo/runner/context.h
|
| diff --git a/mojo/shell/context.h b/mojo/runner/context.h
|
| similarity index 92%
|
| rename from mojo/shell/context.h
|
| rename to mojo/runner/context.h
|
| index e1073f363e96306b30ad617b1a0cb08424f54566..6f4c1505ceafe4eabd0987e2452b8164e0669d11 100644
|
| --- a/mojo/shell/context.h
|
| +++ b/mojo/runner/context.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SHELL_CONTEXT_H_
|
| -#define SHELL_CONTEXT_H_
|
| +#ifndef MOJO_RUNNER_CONTEXT_H_
|
| +#define MOJO_RUNNER_CONTEXT_H_
|
|
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| #include "mojo/edk/embedder/process_delegate.h"
|
| -#include "mojo/shell/application_manager/application_manager.h"
|
| -#include "mojo/shell/task_runners.h"
|
| -#include "mojo/shell/url_resolver.h"
|
| +#include "mojo/runner/task_runners.h"
|
| +#include "mojo/runner/url_resolver.h"
|
| +#include "mojo/shell/application_manager.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
| @@ -84,4 +84,4 @@ class Context : public ApplicationManager::Delegate,
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // SHELL_CONTEXT_H_
|
| +#endif // MOJO_RUNNER_CONTEXT_H_
|
|
|