chromium/pdf/loader/document_loader.h

// Copyright 2010 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_H_
#define PDF_LOADER_DOCUMENT_LOADER_H_

#include <stddef.h>
#include <stdint.h>

#include <memory>
#include <string>

namespace chrome_pdf {

class URLLoaderWrapper;

class DocumentLoader {};

}  // namespace chrome_pdf

#endif  // PDF_LOADER_DOCUMENT_LOADER_H_