// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/service_manager/public/cpp/identity_mojom_traits.h" #include <string> #include "mojo/public/cpp/base/token_mojom_traits.h" namespace mojo { bool StructTraits<service_manager::mojom::IdentityDataView, service_manager::Identity>:: Read(service_manager::mojom::IdentityDataView data, service_manager::Identity* out) { … } } // namespace mojo