| Index: chrome/browser/ui/views/options/exceptions_page_view.cc
|
| diff --git a/chrome/browser/ui/views/options/exceptions_page_view.cc b/chrome/browser/ui/views/options/exceptions_page_view.cc
|
| index de037ca18b69f2109b85b84b2f22ee7fa65e86b5..51246b1acc170b90f1ca71d111a2a3ac517e8e18 100644
|
| --- a/chrome/browser/ui/views/options/exceptions_page_view.cc
|
| +++ b/chrome/browser/ui/views/options/exceptions_page_view.cc
|
| @@ -129,7 +129,7 @@ void ExceptionsPageView::InitControlLayout() {
|
| SetupTable();
|
|
|
| // Do the layout thing.
|
| - GridLayout* layout = CreatePanelGridLayout(this);
|
| + GridLayout* layout = GridLayout::CreatePanel(this);
|
| SetLayoutManager(layout);
|
|
|
| const int top_column_set_id = 0;
|
|
|