#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 { … };
}
TEST_F(AllDownloadItemNotifierTest, AllDownloadItemNotifierTest_0) { … }
TEST_F(AllDownloadItemNotifierTest, AllDownloadItemNotifierTest_1) { … }
}