Chromium Code Reviews| Index: chrome/browser/views/options/content_filter_page_view.cc |
| =================================================================== |
| --- chrome/browser/views/options/content_filter_page_view.cc (revision 51193) |
| +++ chrome/browser/views/options/content_filter_page_view.cc (working copy) |
| @@ -35,7 +35,6 @@ |
| using views::GridLayout; |
| GridLayout* layout = new GridLayout(this); |
| - layout->SetInsets(5, 5, 5, 5); |
| SetLayoutManager(layout); |
| const int single_column_set_id = 0; |