| Index: ui/gfx/geometry/r_tree_unittest.cc
|
| diff --git a/ui/gfx/geometry/r_tree_unittest.cc b/ui/gfx/geometry/r_tree_unittest.cc
|
| index 3ac1ee851124a774614ba9a539e637f2508b74f9..393540be8d1c230fc2f1883877cec947a44dd0ae 100644
|
| --- a/ui/gfx/geometry/r_tree_unittest.cc
|
| +++ b/ui/gfx/geometry/r_tree_unittest.cc
|
| @@ -10,8 +10,8 @@ namespace gfx {
|
|
|
| class RTreeTest : public ::testing::Test {
|
| protected:
|
| - // Given a pointer to an RTree, traverse it and verify its internal structure
|
| - // is consistent with the RTree semantics.
|
| + // Given a pointer to an RTree, traverse it and verify that its internal
|
| + // structure is consistent with RTree semantics.
|
| void ValidateRTree(RTree* rt) {
|
| // If RTree is empty it should have an empty rectangle.
|
| if (!rt->root_->count()) {
|
|
|