| Index: services/service_manager/public/cpp/identity.h
|
| diff --git a/services/shell/public/cpp/identity.h b/services/service_manager/public/cpp/identity.h
|
| similarity index 87%
|
| rename from services/shell/public/cpp/identity.h
|
| rename to services/service_manager/public/cpp/identity.h
|
| index 086b22416d82479053aa496b0fa4dd3719b889df..c5880b06858101588d4a7d3d2eaa564fa8a9c30d 100644
|
| --- a/services/shell/public/cpp/identity.h
|
| +++ b/services/service_manager/public/cpp/identity.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_IDENTITY_H_
|
| -#define SERVICES_SHELL_PUBLIC_CPP_IDENTITY_H_
|
| +#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_IDENTITY_H_
|
| +#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_IDENTITY_H_
|
|
|
| #include <string>
|
|
|
| @@ -41,4 +41,4 @@ class Identity {
|
|
|
| } // namespace shell
|
|
|
| -#endif // SERVICES_SHELL_PUBLIC_CPP_IDENTITY_H_
|
| +#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_IDENTITY_H_
|
|
|