| Index: chrome/browser/ui/views/options/advanced_contents_view.cc
|
| diff --git a/chrome/browser/ui/views/options/advanced_contents_view.cc b/chrome/browser/ui/views/options/advanced_contents_view.cc
|
| index c0b2cb2332311d7d6eb18b7e69656e5c4993e559..51a007372a48624cd620f5070975c79990dc359b 100644
|
| --- a/chrome/browser/ui/views/options/advanced_contents_view.cc
|
| +++ b/chrome/browser/ui/views/options/advanced_contents_view.cc
|
| @@ -1570,7 +1570,7 @@ void AdvancedContentsView::DidChangeBounds(const gfx::Rect& previous,
|
| // AdvancedContentsView, OptionsPageView implementation:
|
|
|
| void AdvancedContentsView::InitControlLayout() {
|
| - GridLayout* layout = CreatePanelGridLayout(this);
|
| + GridLayout* layout = GridLayout::CreatePanel(this);
|
| SetLayoutManager(layout);
|
|
|
| const int single_column_view_set_id = 0;
|
|
|