blob: 5ba3f272e8f8348fb1906af980bfd095d28c9e28 [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361// Copyright 2021 The Chromium Authors
Evan Staded7058482021-03-25 14:47:532// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef COMPONENTS_BACKGROUND_FETCH_DOWNLOAD_CLIENT_H_
6#define COMPONENTS_BACKGROUND_FETCH_DOWNLOAD_CLIENT_H_
7
Avi Drissman12be0312023-01-11 09:16:098#include "base/functional/callback.h"
Keishi Hattori0e45c022021-11-27 09:25:529#include "base/memory/raw_ptr.h"
Evan Staded7058482021-03-25 14:47:5310#include "components/download/public/background_service/client.h"
11
12namespace content {
13class BrowserContext;
14} // namespace content