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

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

Issue 2379863002: Fix object ownership in ui/base/models. (Closed)
Patch Set: chromeos/android Created 4 years, 3 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
Index: ui/views/controls/tree/tree_view.h
diff --git a/ui/views/controls/tree/tree_view.h b/ui/views/controls/tree/tree_view.h
index 645ceebf6a2ef9add5f6925211fa09c99716dbe5..5eb096e3d2fb4f04d33cdfb68180c05f5342992f 100644
--- a/ui/views/controls/tree/tree_view.h
+++ b/ui/views/controls/tree/tree_view.h
@@ -336,7 +336,7 @@ class VIEWS_EXPORT TreeView : public View,
void CollapseOrSelectParent();
// If the selected node is collapsed, it's expanded. Otherwise the first child
- // is seleected.
+ // is selected.
void ExpandOrSelectChild();
// Implementation of Expand(). Returns true if at least one node was expanded

Powered by Google App Engine
This is Rietveld 408576698