// 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 CHROME_BROWSER_DOWNLOAD_OFFLINE_ITEM_UTILS_H_ #define CHROME_BROWSER_DOWNLOAD_OFFLINE_ITEM_UTILS_H_ #include <memory> #include <optional> #include <string> #include "components/download/public/common/download_item.h" #include "components/offline_items_collection/core/offline_item.h" #include "components/offline_items_collection/core/rename_result.h" // Contains various utility methods for conversions between DownloadItem and // OfflineItem. class OfflineItemUtils { … }; #endif // CHROME_BROWSER_DOWNLOAD_OFFLINE_ITEM_UTILS_H_