blob: fd94c33a9582e962df5d56129725d7e20f38995a [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/download/mock_download_job.h"
namespace content {
MockDownloadJob::MockDownloadJob(DownloadItemImpl* download_item)
: DownloadJob(download_item) {}
MockDownloadJob::~MockDownloadJob() = default;
} // namespace content