Index: chrome/browser/ui/views/options/advanced_page_view.cc |
diff --git a/chrome/browser/ui/views/options/advanced_page_view.cc b/chrome/browser/ui/views/options/advanced_page_view.cc |
index 81a8498de10b3c0df9da3a8a918ca1208fe90fad..276f7fd81f6a8b0bb57b56a507be03c0108e3ea3 100644 |
--- a/chrome/browser/ui/views/options/advanced_page_view.cc |
+++ b/chrome/browser/ui/views/options/advanced_page_view.cc |
@@ -129,7 +129,7 @@ void AdvancedPageView::InitControlLayout() { |
using views::GridLayout; |
using views::ColumnSet; |
- GridLayout* layout = CreatePanelGridLayout(this); |
+ GridLayout* layout = GridLayout::CreatePanel(this); |
SetLayoutManager(layout); |
const int single_column_view_set_id = 0; |