| Index: chrome/browser/ui/views/options/languages_page_view.cc
|
| diff --git a/chrome/browser/ui/views/options/languages_page_view.cc b/chrome/browser/ui/views/options/languages_page_view.cc
|
| index bcfa1148663e2f06d526285534d4199e3a962128..1af9d7b6a7cc96b705bbb28d2876dd14c6d662a1 100644
|
| --- a/chrome/browser/ui/views/options/languages_page_view.cc
|
| +++ b/chrome/browser/ui/views/options/languages_page_view.cc
|
| @@ -265,7 +265,7 @@ void LanguagesPageView::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;
|
|
|