blob: 96a88f7e7081606f99cb78b8bef31df3b41f9159 [file] [log] [blame]
// Copyright 2019 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 "components/download/public/task/mock_task_manager.h"
namespace download {
namespace test {
MockTaskManager::MockTaskManager() = default;
MockTaskManager::~MockTaskManager() = default;
} // namespace test
} // namespace download