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

Unified Diff: ui/views/controls/tree/tree_view_views_unittest.cc

Issue 9897003: Fix grammatical errors in comments in ui/views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « ui/views/controls/tree/tree_view_views.cc ('k') | ui/views/layout/grid_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/tree/tree_view_views_unittest.cc
diff --git a/ui/views/controls/tree/tree_view_views_unittest.cc b/ui/views/controls/tree/tree_view_views_unittest.cc
index b845ce860c8ea45516320bd990bbd3505c407ebd..43e3e1590a0a806caf0e58e5d7e59aedccdbd7f7 100644
--- a/ui/views/controls/tree/tree_view_views_unittest.cc
+++ b/ui/views/controls/tree/tree_view_views_unittest.cc
@@ -242,7 +242,7 @@ TEST_F(TreeViewViewsTest, TreeNodesRemoved) {
EXPECT_EQ("root", GetSelectedNodeTitle());
EXPECT_EQ(4, GetRowCount());
- // Expand b1, then collapse it and remove it's only child, b1. This shouldn't
+ // Expand b1, then collapse it and remove its only child, b1. This shouldn't
// effect the tree.
tree_.Expand(GetNodeByTitle("b"));
tree_.Collapse(GetNodeByTitle("b"));
« no previous file with comments | « ui/views/controls/tree/tree_view_views.cc ('k') | ui/views/layout/grid_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698