| Index: services/service_manager/public/cpp/names.h
|
| diff --git a/services/shell/public/cpp/names.h b/services/service_manager/public/cpp/names.h
|
| similarity index 91%
|
| rename from services/shell/public/cpp/names.h
|
| rename to services/service_manager/public/cpp/names.h
|
| index 060c8fa6c4489abc3e84bc992d0a565a0bdfe1a9..09dbdf8ec54dcb7abdb4c76ca50333c45dd92453 100644
|
| --- a/services/shell/public/cpp/names.h
|
| +++ b/services/service_manager/public/cpp/names.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_PUBLIC_CPP_NAMES_H_
|
| -#define SERVICES_SHELL_PUBLIC_CPP_NAMES_H_
|
| +#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_NAMES_H_
|
| +#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_NAMES_H_
|
|
|
| #include <string>
|
|
|
| @@ -50,4 +50,4 @@ std::string GetNamePath(const std::string& name);
|
|
|
| } // namespace shell
|
|
|
| -#endif // SERVICES_SHELL_PUBLIC_CPP_NAMES_H_
|
| +#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_NAMES_H_
|
|
|