Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1181)

Unified Diff: ui/gfx/geometry/r_tree_unittest.cc

Issue 269513002: readability review for luken (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ui/gfx/geometry/r_tree.cc ('K') | « ui/gfx/geometry/r_tree.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()) {
« ui/gfx/geometry/r_tree.cc ('K') | « ui/gfx/geometry/r_tree.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698