// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/test/test_trace_processor.h" #include "base/test/task_environment.h" #include "base/test/trace_test_utils.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/perfetto/include/perfetto/tracing/tracing.h" namespace base::test { class TestTraceProcessorExample : public ::testing::Test { … }; TEST_F(TestTraceProcessorExample, Basic) { … } TEST_F(TestTraceProcessorExample, BasicTraceConfig) { … } } // namespace base::test