// 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 "ui/accessibility/mojom/ax_relative_bounds_mojom_traits.h" #include "mojo/public/cpp/test_support/test_utils.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/accessibility/ax_relative_bounds.h" #include "ui/accessibility/mojom/ax_relative_bounds.mojom.h" SerializeAndDeserialize; TEST(AXRelativeBoundsMojomTraitsTest, RoundTrip) { … }