Index: ui/views/layout/grid_layout.cc |
diff --git a/ui/views/layout/grid_layout.cc b/ui/views/layout/grid_layout.cc |
index 8fb1005ed90d6c890dd37d25a971abca574c6fd0..a5fa46f08b40c2986e64239165dbb900be53bbbc 100644 |
--- a/ui/views/layout/grid_layout.cc |
+++ b/ui/views/layout/grid_layout.cc |
@@ -897,8 +897,8 @@ void GridLayout::SizeRowsAndColumns(bool layout, int width, int height, |
view_state->col_span); |
if (actual_width != view_state->pref_width && |
!view_state->pref_height_fixed) { |
- // The width this view will get differs from it's preferred. Some Views |
- // pref height varies with it's width; ask for the preferred again. |
+ // The width this view will get differs from its preferred. Some Views |
+ // pref height varies with its width; ask for the preferred again. |
view_state->pref_height = |
view_state->view->GetHeightForWidth(actual_width); |
view_state->remaining_height = view_state->pref_height; |