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