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

// 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.

#ifndef COMPONENTS_DOWNLOAD_PUBLIC_TASK_MOCK_TASK_MANAGER_H_
#define COMPONENTS_DOWNLOAD_PUBLIC_TASK_MOCK_TASK_MANAGER_H_

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

#include "testing/gmock/include/gmock/gmock.h"

namespace download {
namespace test {

class MockTaskManager : public TaskManager {};

}  // namespace test
}  // namespace download

#endif  // COMPONENTS_DOWNLOAD_PUBLIC_TASK_MOCK_TASK_MANAGER_H_