// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/content_capture/common/content_capture_mojom_traits.h" #include "mojo/public/cpp/base/string16_mojom_traits.h" #include "ui/gfx/geometry/mojom/geometry_mojom_traits.h" namespace mojo { // static bool StructTraits<content_capture::mojom::ContentCaptureDataDataView, content_capture::ContentCaptureData>:: Read(content_capture::mojom::ContentCaptureDataDataView data, content_capture::ContentCaptureData* out_data) { … } } // namespace mojo