Index: views/grid_layout.h |
diff --git a/views/grid_layout.h b/views/grid_layout.h |
index 6d6c61c645bf0f6b2947ba123aeb3d6bea5c68b8..bb882ad87899ec0534db90dd9e7a3a8c1f26d61c 100644 |
--- a/views/grid_layout.h |
+++ b/views/grid_layout.h |
@@ -183,8 +183,7 @@ class GridLayout : public LayoutManager { |
// they both call into this method. This sizes the Columns/Rows as |
// appropriate. If layout is true, width/height give the width/height the |
// of the host, otherwise they are ignored. |
- void SizeRowsAndColumns(bool layout, int width, int height, |
- gfx::Size* pref); |
+ void SizeRowsAndColumns(bool layout, int width, int height, gfx::Size* pref); |
// Calculates the master columns of all the column sets. See Column for |
// a description of what a master column is. |