| Index: services/shell/public/cpp/identity.h
|
| diff --git a/mojo/shell/public/cpp/identity.h b/services/shell/public/cpp/identity.h
|
| similarity index 88%
|
| rename from mojo/shell/public/cpp/identity.h
|
| rename to services/shell/public/cpp/identity.h
|
| index 90f4608fa898d469e219289618c0417487d3885a..01d0913cc80974c3e2380b9a9d7f5f3419a2b915 100644
|
| --- a/mojo/shell/public/cpp/identity.h
|
| +++ b/services/shell/public/cpp/identity.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_PUBLIC_CPP_IDENTITY_H_
|
| -#define MOJO_SHELL_PUBLIC_CPP_IDENTITY_H_
|
| +#ifndef SERVICES_SHELL_PUBLIC_CPP_IDENTITY_H_
|
| +#define SERVICES_SHELL_PUBLIC_CPP_IDENTITY_H_
|
|
|
| #include <string>
|
|
|
| -#include "mojo/shell/public/interfaces/connector.mojom.h"
|
| +#include "services/shell/public/interfaces/connector.mojom.h"
|
|
|
| namespace mojo {
|
|
|
| @@ -52,4 +52,4 @@ struct TypeConverter<Identity, shell::mojom::IdentityPtr> {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_PUBLIC_CPP_IDENTITY_H_
|
| +#endif // SERVICES_SHELL_PUBLIC_CPP_IDENTITY_H_
|
|
|