// 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/public/common/renderer_preferences/renderer_preferences_mojom_traits.h" #include <string> #include "build/build_config.h" #include "third_party/blink/public/mojom/renderer_preferences.mojom-shared.h" namespace mojo { bool StructTraits<blink::mojom::RendererPreferencesDataView, ::blink::RendererPreferences>:: Read(blink::mojom::RendererPreferencesDataView data, ::blink::RendererPreferences* out) { … } } // namespace mojo