// 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. #ifndef BASE_DEBUG_BUFFERED_DWARF_READER_H_ #define BASE_DEBUG_BUFFERED_DWARF_READER_H_ #include <cstddef> #include <cstdint> #ifdef USE_SYMBOLIZE namespace base { namespace debug { class BufferedDwarfReader { … }; } // namespace debug } // namespace base #endif #endif // BASE_DEBUG_BUFFERED_DWARF_READER_H_