// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <utility> #include "base/test/task_environment.h" #include "mojo/public/cpp/bindings/receiver_set.h" #include "mojo/public/cpp/bindings/remote.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/latency/mojom/latency_info_mojom_traits.h" #include "ui/latency/mojom/traits_test_service.mojom.h" namespace ui { namespace { class StructTraitsTest : public testing::Test, public mojom::TraitsTestService { … }; } // namespace TEST_F(StructTraitsTest, LatencyInfo) { … } } // namespace ui