chromium/content/renderer/frame_owner_properties_converter.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/renderer/frame_owner_properties_converter.h"

namespace mojo {

blink::WebFrameOwnerProperties
TypeConverter<blink::WebFrameOwnerProperties,
              blink::mojom::FrameOwnerProperties>::
    Convert(const blink::mojom::FrameOwnerProperties& mojo_properties) {}

blink::mojom::FrameOwnerPropertiesPtr
TypeConverter<blink::mojom::FrameOwnerPropertiesPtr,
              blink::WebFrameOwnerProperties>::
    Convert(const blink::WebFrameOwnerProperties& web_frame_owner_properties) {}

}  // namespace mojo