// 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_H_ #define PDF_LOADER_URL_LOADER_WRAPPER_H_ #include <stdint.h> #include <string> #include "base/containers/span.h" #include "base/functional/callback_forward.h" namespace chrome_pdf { class URLLoaderWrapper { … }; } // namespace chrome_pdf #endif // PDF_LOADER_URL_LOADER_WRAPPER_H_