// 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_LOADER_DOCUMENT_LOADER_IMPL_H_ #define PDF_LOADER_DOCUMENT_LOADER_IMPL_H_ #include <stdint.h> #include <memory> #include <string> #include <vector> #include "base/memory/raw_ptr.h" #include "base/memory/weak_ptr.h" #include "pdf/loader/chunk_stream.h" #include "pdf/loader/document_loader.h" namespace chrome_pdf { class DocumentLoaderImpl : public DocumentLoader { … }; } // namespace chrome_pdf #endif // PDF_LOADER_DOCUMENT_LOADER_IMPL_H_