// 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_stats.h" #include "base/test/metrics/histogram_tester.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" ConnectionType; namespace download { TEST(DownloadStatsTest, RecordNewDownloadStarted) { … } TEST(DownloadStatsTest, RecordDownloadCompleted) { … } } // namespace download