// 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 "quiche_platform_impl/quiche_test_impl.h" #include <string> #include "base/files/file_path.h" #include "base/path_service.h" #include "net/test/test_data_directory.h" namespace quiche::test { std::string QuicheGetCommonSourcePathImpl() { … } } // namespace quiche::test std::string QuicheGetTestMemoryCachePathImpl() { … }