// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/display/util/gpu_info_util.h" #include <string_view> namespace display { base::Value BuildGpuInfoEntry(std::string_view description, std::string_view value) { … } base::Value::Dict BuildGpuInfoEntry(std::string_view description, base::Value value) { … } } // namespace display