// Copyright 2013 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/tracing/trace_event_system_stats_monitor.h" #include "base/run_loop.h" #include "base/test/task_environment.h" #include "chrome/browser/performance_monitor/system_monitor.h" #include "testing/gtest/include/gtest/gtest.h" namespace tracing { TraceSystemStatsMonitorTest; TEST_F(TraceSystemStatsMonitorTest, TraceEventSystemStatsMonitor) { … } } // namespace tracing