| Index: services/service_manager/switches.h
|
| diff --git a/services/shell/switches.h b/services/service_manager/switches.h
|
| similarity index 78%
|
| rename from services/shell/switches.h
|
| rename to services/service_manager/switches.h
|
| index 1a442e172f42657f5fb1dd56b42a6bcce5ddcfbe..872d12a174a46a84370712b55cc80efdd946b732 100644
|
| --- a/services/shell/switches.h
|
| +++ b/services/service_manager/switches.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 SERVICES_SHELL_SWITCHES_H_
|
| -#define SERVICES_SHELL_SWITCHES_H_
|
| +#ifndef SERVICES_SERVICE_MANAGER_SWITCHES_H_
|
| +#define SERVICES_SERVICE_MANAGER_SWITCHES_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -19,4 +19,4 @@ extern const char kSingleProcess[];
|
| } // namespace switches
|
| } // namespace shell
|
|
|
| -#endif // SERVICES_SHELL_SWITCHES_H_
|
| +#endif // SERVICES_SERVICE_MANAGER_SWITCHES_H_
|
|
|