chromium/components/download/internal/common/download_ukm_helper_unittest.cc

// Copyright 2018 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/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) {}

}  // namespace download