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

Unified Diff: ui/views/controls/tree/tree_view_views.h

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 | « no previous file | ui/views/controls/tree/tree_view_views.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.h
diff --git a/ui/views/controls/tree/tree_view_views.h b/ui/views/controls/tree/tree_view_views.h
index e97fcd62ba6e05a47d6b744c276f9ad713b8ae64..f2ec5ceb0b9961113179cc59aa6397b11af04555 100644
--- a/ui/views/controls/tree/tree_view_views.h
+++ b/ui/views/controls/tree/tree_view_views.h
@@ -81,7 +81,7 @@ class VIEWS_EXPORT TreeView : public View,
ui::TreeModelNode* GetSelectedNode();
// Marks |model_node| as collapsed. This only effects the UI if node and all
- // it's parents are expanded (IsExpanded(model_node) returns true).
+ // its parents are expanded (IsExpanded(model_node) returns true).
void Collapse(ui::TreeModelNode* model_node);
// Make sure node and all its parents are expanded.
@@ -178,7 +178,7 @@ class VIEWS_EXPORT TreeView : public View,
// Returns the max width of all descendants (including this node). |indent|
// is how many pixels each child is indented and |depth| is the depth of
- // this node from it's parent.
+ // this node from its parent.
int GetMaxWidth(int indent, int depth);
private:
« no previous file with comments | « no previous file | ui/views/controls/tree/tree_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698