// Copyright 2020 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/dom_distiller/content/browser/uma_helper.h" #include <string> #include "base/test/task_environment.h" #include "base/time/time.h" #include "testing/gtest/include/gtest/gtest.h" namespace dom_distiller { class UMAHelperTest : public testing::Test { … }; TEST_F(UMAHelperTest, TestTimerBasics) { … } TEST_F(UMAHelperTest, TestTimerForDistilledPage) { … } } // namespace dom_distiller