// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/zucchini/fuzzers/fuzz_utils.h" #include <map> #include <memory> #include <vector> #include "components/zucchini/disassembler.h" namespace zucchini { void ReadAndWriteReferences( std::unique_ptr<zucchini::Disassembler> disassembler, std::vector<uint8_t>* mutable_data) { … } } // namespace zucchini