| Index: services/shell/shell.h | 
| diff --git a/mojo/shell/shell.h b/services/shell/shell.h | 
| similarity index 89% | 
| rename from mojo/shell/shell.h | 
| rename to services/shell/shell.h | 
| index 60c5dadbba229e794e0ea5118208ee146cde7777..9151ebbb219b1750a79dafcf8dfe8370d4a3f597 100644 | 
| --- a/mojo/shell/shell.h | 
| +++ b/services/shell/shell.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_SHELL_H_ | 
| -#define MOJO_SHELL_SHELL_H_ | 
| +#ifndef SERVICES_SHELL_SHELL_H_ | 
| +#define SERVICES_SHELL_SHELL_H_ | 
|  | 
| #include <map> | 
| #include <vector> | 
| @@ -13,19 +13,19 @@ | 
| #include "base/memory/weak_ptr.h" | 
| #include "mojo/public/cpp/bindings/binding_set.h" | 
| #include "mojo/public/cpp/bindings/interface_ptr_set.h" | 
| -#include "mojo/shell/connect_params.h" | 
| -#include "mojo/shell/loader.h" | 
| -#include "mojo/shell/native_runner.h" | 
| -#include "mojo/shell/public/cpp/capabilities.h" | 
| -#include "mojo/shell/public/cpp/identity.h" | 
| -#include "mojo/shell/public/cpp/interface_factory.h" | 
| -#include "mojo/shell/public/cpp/shell_client.h" | 
| -#include "mojo/shell/public/interfaces/connector.mojom.h" | 
| -#include "mojo/shell/public/interfaces/interface_provider.mojom.h" | 
| -#include "mojo/shell/public/interfaces/shell.mojom.h" | 
| -#include "mojo/shell/public/interfaces/shell_client.mojom.h" | 
| -#include "mojo/shell/public/interfaces/shell_client_factory.mojom.h" | 
| -#include "mojo/shell/public/interfaces/shell_resolver.mojom.h" | 
| +#include "services/shell/connect_params.h" | 
| +#include "services/shell/loader.h" | 
| +#include "services/shell/native_runner.h" | 
| +#include "services/shell/public/cpp/capabilities.h" | 
| +#include "services/shell/public/cpp/identity.h" | 
| +#include "services/shell/public/cpp/interface_factory.h" | 
| +#include "services/shell/public/cpp/shell_client.h" | 
| +#include "services/shell/public/interfaces/connector.mojom.h" | 
| +#include "services/shell/public/interfaces/interface_provider.mojom.h" | 
| +#include "services/shell/public/interfaces/shell.mojom.h" | 
| +#include "services/shell/public/interfaces/shell_client.mojom.h" | 
| +#include "services/shell/public/interfaces/shell_client_factory.mojom.h" | 
| +#include "services/shell/public/interfaces/shell_resolver.mojom.h" | 
|  | 
| namespace mojo { | 
| class ShellConnection; | 
| @@ -192,4 +192,4 @@ mojom::Connector::ConnectCallback EmptyConnectCallback(); | 
| }  // namespace shell | 
| }  // namespace mojo | 
|  | 
| -#endif  // MOJO_SHELL_SHELL_H_ | 
| +#endif  // SERVICES_SHELL_SHELL_H_ | 
|  |