Index: chrome/browser/ui/views/options/fonts_page_view.cc |
diff --git a/chrome/browser/ui/views/options/fonts_page_view.cc b/chrome/browser/ui/views/options/fonts_page_view.cc |
index f1e14632d902914da08378197c73c62d887e3e98..7345d8b9b220838045dda1e81c50d7d63cd42d09 100644 |
--- a/chrome/browser/ui/views/options/fonts_page_view.cc |
+++ b/chrome/browser/ui/views/options/fonts_page_view.cc |
@@ -257,7 +257,7 @@ void FontsPageView::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; |