#include "chrome/browser/download/download_shelf_context_menu.h"
#include "base/test/metrics/histogram_tester.h"
#include "chrome/browser/download/download_item_model.h"
#include "chrome/browser/download/download_stats.h"
#include "components/download/public/common/mock_download_item.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
NiceMock;
Return;
class DownloadShelfContextMenuTest : public testing::Test { … };
TEST_F(DownloadShelfContextMenuTest, InvalidDownloadWontCrashContextMenu) { … }
TEST_F(DownloadShelfContextMenuTest, RecordCommandsEnabled) { … }