| Index: ui/accessibility/ax_tree_combiner_unittest.cc
|
| diff --git a/ui/accessibility/ax_tree_combiner_unittest.cc b/ui/accessibility/ax_tree_combiner_unittest.cc
|
| index 49f2050ce0f895874f236e0cdf48f5764243db46..2559a3ee6d576af95bf30d8ba77664d6bd9d411a 100644
|
| --- a/ui/accessibility/ax_tree_combiner_unittest.cc
|
| +++ b/ui/accessibility/ax_tree_combiner_unittest.cc
|
| @@ -2,9 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/accessibility/ax_tree_combiner.h"
|
|
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/accessibility/ax_enums.h"
|
| +
|
| namespace ui {
|
|
|
| TEST(CombineAXTreesTest, RenumberOneTree) {
|
|
|