| Index: services/shell/standalone/context.h
|
| diff --git a/mojo/shell/standalone/context.h b/services/shell/standalone/context.h
|
| similarity index 90%
|
| rename from mojo/shell/standalone/context.h
|
| rename to services/shell/standalone/context.h
|
| index fee1e5ab27485c978d81f1a3bc18325630467dc6..eba6233b0ea858531ad49a8e7318a4b8d057eeed 100644
|
| --- a/mojo/shell/standalone/context.h
|
| +++ b/services/shell/standalone/context.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_CONTEXT_H_
|
| -#define MOJO_SHELL_STANDALONE_CONTEXT_H_
|
| +#ifndef SERVICES_SHELL_STANDALONE_CONTEXT_H_
|
| +#define SERVICES_SHELL_STANDALONE_CONTEXT_H_
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/macros.h"
|
| @@ -12,8 +12,8 @@
|
| #include "base/threading/thread.h"
|
| #include "base/time/time.h"
|
| #include "mojo/edk/embedder/process_delegate.h"
|
| -#include "mojo/shell/shell.h"
|
| -#include "mojo/shell/standalone/tracer.h"
|
| +#include "services/shell/shell.h"
|
| +#include "services/shell/standalone/tracer.h"
|
|
|
| namespace base {
|
| class SingleThreadTaskRunner;
|
| @@ -83,4 +83,4 @@ class Context : public edk::ProcessDelegate {
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_STANDALONE_CONTEXT_H_
|
| +#endif // SERVICES_SHELL_STANDALONE_CONTEXT_H_
|
|
|