// 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. #ifndef TOOLS_BINARY_SIZE_LIBSUPERSIZE_VIEWER_CASPIAN_TREE_BUILDER_H_ #define TOOLS_BINARY_SIZE_LIBSUPERSIZE_VIEWER_CASPIAN_TREE_BUILDER_H_ #include <deque> #include <functional> #include <memory> #include <string> #include <string_view> #include <unordered_map> #include <vector> #include "tools/binary_size/libsupersize/viewer/caspian/lens.h" #include "tools/binary_size/libsupersize/viewer/caspian/model.h" namespace caspian { class TreeBuilder { … }; // TreeBuilder } // namespace caspian #endif // TOOLS_BINARY_SIZE_LIBSUPERSIZE_VIEWER_CASPIAN_TREE_BUILDER_H_