// 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 "base/test/gtest_links.h" #include "base/check.h" #include "base/strings/string_util.h" #include "base/test/gtest_xml_unittest_result_printer.h" namespace base { namespace { bool IsValidUrl(const std::string& url) { … } bool IsValidName(const std::string& name) { … } } // namespace void AddLinkToTestResult(const std::string& name, const std::string& url) { … } } // namespace base