chromium/pdf/loader/url_loader_wrapper_impl.h

// Copyright 2016 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_URL_LOADER_WRAPPER_IMPL_H_
#define PDF_LOADER_URL_LOADER_WRAPPER_IMPL_H_

#include <stdint.h>

#include <memory>
#include <string>

#include "base/containers/span.h"
#include "base/functional/callback_forward.h"
#include "base/memory/raw_span.h"
#include "base/memory/weak_ptr.h"
#include "base/timer/timer.h"
#include "pdf/loader/url_loader_wrapper.h"
#include "ui/gfx/range/range.h"

namespace chrome_pdf {

class UrlLoader;

class URLLoaderWrapperImpl : public URLLoaderWrapper {};

}  // namespace chrome_pdf

#endif  // PDF_LOADER_URL_LOADER_WRAPPER_IMPL_H_