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

Unified Diff: ui/views/controls/tree/tree_view_views.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.h ('k') | ui/views/controls/tree/tree_view_views_unittest.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.cc
diff --git a/ui/views/controls/tree/tree_view_views.cc b/ui/views/controls/tree/tree_view_views.cc
index 42346768a7977a4dde9f04ccb3e7a7f1be38d1d8..92a6c2b4fa068be1bbfaa6d6f68ba200bb48c521 100644
--- a/ui/views/controls/tree/tree_view_views.cc
+++ b/ui/views/controls/tree/tree_view_views.cc
@@ -391,7 +391,7 @@ void TreeView::TreeNodesRemoved(TreeModel* model,
}
if (reset_selection) {
// selected_node_ is no longer valid (at the time we enter this function
- // it's model_node() is likely deleted). Explicitly NULL out the field
+ // its model_node() is likely deleted). Explicitly NULL out the field
// rather than invoking SetSelectedNode() otherwise, we'll try and use a
// deleted value.
selected_node_ = NULL;
« no previous file with comments | « ui/views/controls/tree/tree_view_views.h ('k') | ui/views/controls/tree/tree_view_views_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698