// Copyright 2024 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/files/file_path.h" #include "base/notreached.h" #include "base/path_service.h" #include "base/test/test_proto_loader.h" namespace base::test { namespace { const base::TestProtoSetLoader& EmptyMessageLoader() { … } } // namespace std::string BinaryProtoToRawTextProto(const std::string& binary_message) { … } } // namespace base::test