| Index: services/service_manager/connect_params.h | 
| diff --git a/services/shell/connect_params.h b/services/service_manager/connect_params.h | 
| similarity index 83% | 
| rename from services/shell/connect_params.h | 
| rename to services/service_manager/connect_params.h | 
| index 7b8296693d6feaaffe13bfd4879885fdc5f2586a..0250d4f752828d66d90ef914c4333a8f07a992d9 100644 | 
| --- a/services/shell/connect_params.h | 
| +++ b/services/service_manager/connect_params.h | 
| @@ -2,17 +2,17 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef SERVICES_SHELL_CONNECT_PARAMS_H_ | 
| -#define SERVICES_SHELL_CONNECT_PARAMS_H_ | 
| +#ifndef SERVICES_SERVICE_MANAGER_CONNECT_PARAMS_H_ | 
| +#define SERVICES_SERVICE_MANAGER_CONNECT_PARAMS_H_ | 
|  | 
| #include <string> | 
| #include <utility> | 
|  | 
| #include "base/callback.h" | 
| #include "base/macros.h" | 
| -#include "services/shell/public/cpp/identity.h" | 
| -#include "services/shell/public/interfaces/connector.mojom.h" | 
| -#include "services/shell/public/interfaces/interface_provider.mojom.h" | 
| +#include "services/service_manager/public/cpp/identity.h" | 
| +#include "services/service_manager/public/interfaces/connector.mojom.h" | 
| +#include "services/service_manager/public/interfaces/interface_provider.mojom.h" | 
|  | 
| namespace shell { | 
|  | 
| @@ -66,4 +66,4 @@ class ConnectParams { | 
|  | 
| }  // namespace shell | 
|  | 
| -#endif  // SERVICES_SHELL_CONNECT_PARAMS_H_ | 
| +#endif  // SERVICES_SERVICE_MANAGER_CONNECT_PARAMS_H_ | 
|  |