| Index: services/shell/public/cpp/identity_struct_traits.h
|
| diff --git a/services/shell/public/cpp/identity_struct_traits.h b/services/shell/public/cpp/identity_struct_traits.h
|
| index 86ccc66c7df9c7df87dc72d3854801cfa00e7786..46d9d5862e6b31a32e9f4d320f0d61211f80db6e 100644
|
| --- a/services/shell/public/cpp/identity_struct_traits.h
|
| +++ b/services/shell/public/cpp/identity_struct_traits.h
|
| @@ -11,7 +11,7 @@
|
| namespace mojo {
|
|
|
| template <>
|
| -struct StructTraits<shell::mojom::Identity, shell::Identity> {
|
| +struct StructTraits<shell::mojom::IdentityDataView, shell::Identity> {
|
| static const std::string& name(const shell::Identity& identity) {
|
| return identity.name();
|
| }
|
|
|