#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_RENDERER_PREFERENCES_RENDERER_PREFERENCES_MOJOM_TRAITS_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_RENDERER_PREFERENCES_RENDERER_PREFERENCES_MOJOM_TRAITS_H_
#include <stdint.h>
#include <optional>
#include <string>
#include <vector>
#include "build/build_config.h"
#include "mojo/public/cpp/base/time_mojom_traits.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/common/renderer_preferences/renderer_preferences.h"
#include "third_party/blink/public/common/user_agent/user_agent_mojom_traits.h"
#include "third_party/blink/public/mojom/renderer_preferences.mojom-shared.h"
#include "ui/gfx/mojom/font_render_params_mojom_traits.h"
#if BUILDFLAG(IS_WIN)
#include "mojo/public/cpp/base/string16_mojom_traits.h"
#endif
namespace mojo {
template <>
struct BLINK_COMMON_EXPORT
StructTraits<blink::mojom::RendererPreferencesDataView,
::blink::RendererPreferences> { … };
}
#endif