chromium/components/download/public/task/mock_task_manager.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/download/public/task/mock_task_manager.h"

namespace download {
namespace test {

MockTaskManager::MockTaskManager() = default;
MockTaskManager::~MockTaskManager() = default;

}  // namespace test
}  // namespace download