// 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 "third_party/blink/common/frame/frame_policy_mojom_traits.h" namespace mojo { bool StructTraits<blink::mojom::FramePolicyDataView, blink::FramePolicy>::Read( blink::mojom::FramePolicyDataView in, blink::FramePolicy* out) { … } } // namespace mojo