chromium/components/download/content/public/all_download_item_notifier_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/content/public/all_download_item_notifier.h"

#include <memory>

#include "components/download/public/common/mock_download_item.h"
#include "content/public/test/mock_download_manager.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

NiceMock;
SetArgPointee;
_;

namespace download {
namespace {

class MockNotifierObserver : public AllDownloadItemNotifier::Observer {};

class AllDownloadItemNotifierTest : public testing::Test {};

}  // namespace

TEST_F(AllDownloadItemNotifierTest, AllDownloadItemNotifierTest_0) {}

TEST_F(AllDownloadItemNotifierTest, AllDownloadItemNotifierTest_1) {}

}  // namespace download