// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_PUBLIC_BROWSER_DOWNLOAD_REQUEST_UTILS_H_ #define CONTENT_PUBLIC_BROWSER_DOWNLOAD_REQUEST_UTILS_H_ #include "components/download/public/common/download_url_parameters.h" #include "content/common/content_export.h" #include "net/traffic_annotation/network_traffic_annotation.h" class GURL; namespace content { class WebContents; // Utility methods for download requests. class CONTENT_EXPORT DownloadRequestUtils { … }; } // namespace content #endif // CONTENT_PUBLIC_BROWSER_DOWNLOAD_REQUEST_UTILS_H_