// Copyright 2018 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_PDFIUM_PDFIUM_DOCUMENT_H_ #define PDF_PDFIUM_PDFIUM_DOCUMENT_H_ #include <memory> #include <string> #include "base/memory/raw_ptr.h" #include "third_party/pdfium/public/cpp/fpdf_scopers.h" #include "third_party/pdfium/public/fpdf_dataavail.h" #include "third_party/pdfium/public/fpdfview.h" namespace chrome_pdf { class DocumentLoader; class PDFiumDocument { … }; } // namespace chrome_pdf #endif // PDF_PDFIUM_PDFIUM_DOCUMENT_H_