// 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 "chrome/browser/resource_coordinator/usage_clock.h" #include "base/test/simple_test_clock.h" #include "base/test/simple_test_tick_clock.h" #include "base/test/task_environment.h" #include "chrome/browser/metrics/desktop_session_duration/desktop_session_duration_tracker.h" #include "chrome/browser/resource_coordinator/time.h" #include "testing/gtest/include/gtest/gtest.h" namespace resource_coordinator { TEST(ResourceCoordinatorUsageClock, UsageClock) { … } } // namespace resource_coordinator