#include "components/download/public/common/download_ukm_helper.h"
#include <memory>
#include <string_view>
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "components/ukm/test_ukm_recorder.h"
#include "services/metrics/public/cpp/ukm_builders.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
_;
UkmDownloadStarted;
UkmDownloadInterrupted;
UkmDownloadResumed;
UkmDownloadCompleted;
namespace download {
class DownloadUkmHelperTest : public testing::Test { … };
TEST_F(DownloadUkmHelperTest, TestBasicReporting) { … }
}