chromium/components/download/database/download_db_entry.h

// 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 COMPONENTS_DOWNLOAD_DATABASE_DOWNLOAD_DB_ENTRY_H_
#define COMPONENTS_DOWNLOAD_DATABASE_DOWNLOAD_DB_ENTRY_H_

#include <optional>
#include <string>

#include "components/download/database/download_info.h"
#include "components/download/database/download_namespace.h"

namespace download {

// Representing one entry in the DownloadDB.
struct DownloadDBEntry {};

}  // namespace download

#endif  // COMPONENTS_DOWNLOAD_DATABASE_DOWNLOAD_DB_ENTRY_H_