// Copyright 2020 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/web_preferences/web_preferences_mojom_traits.h" #include "base/strings/string_util.h" #include "build/build_config.h" #include "mojo/public/cpp/base/string16_mojom_traits.h" #include "url/mojom/url_gurl_mojom_traits.h" namespace mojo { // static bool StructTraits<blink::mojom::WebPreferencesDataView, blink::web_pref::WebPreferences>:: Read(blink::mojom::WebPreferencesDataView data, blink::web_pref::WebPreferences* out) { … } } // namespace mojo