chromium/components/download/internal/background_service/init_aware_background_download_service_unittest.cc

// Copyright 2017 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/internal/background_service/init_aware_background_download_service.h"

#include <memory>

#include "base/memory/raw_ptr.h"
#include "base/strings/string_util.h"
#include "base/task/single_thread_task_runner.h"
#include "base/test/metrics/histogram_tester.h"
#include "base/test/test_simple_task_runner.h"
#include "components/download/internal/background_service/stats.h"
#include "components/download/internal/background_service/test/download_params_utils.h"
#include "components/download/internal/background_service/test/mock_controller.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;
Return;

namespace download {
namespace {

class InitAwareBackgroundDownloadServiceTest : public testing::Test {};

}  // namespace

TEST_F(InitAwareBackgroundDownloadServiceTest, TestGetStatus) {}

TEST_F(InitAwareBackgroundDownloadServiceTest, TestApiPassThrough) {}

}  // namespace download