chromium/pdf/flatten_pdf_result.h

// 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.

#ifndef PDF_FLATTEN_PDF_RESULT_H_
#define PDF_FLATTEN_PDF_RESULT_H_

#include <cstdint>
#include <vector>

namespace chrome_pdf {

struct FlattenPdfResult {};

}  // namespace chrome_pdf

#endif  // PDF_FLATTEN_PDF_RESULT_H_