// 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/service_filter_mojom_traits.h" #include "mojo/public/cpp/base/token_mojom_traits.h" namespace mojo { bool StructTraits<service_manager::mojom::ServiceFilterDataView, service_manager::ServiceFilter>:: Read(service_manager::mojom::ServiceFilterDataView data, service_manager::ServiceFilter* out) { … } } // namespace mojo