| Index: chrome/browser/ui/views/options/passwords_page_view.cc
|
| diff --git a/chrome/browser/ui/views/options/passwords_page_view.cc b/chrome/browser/ui/views/options/passwords_page_view.cc
|
| index 138a7b2ac320f709d09d9b402276ac4d9d8daaa0..d59cf95ebd620c24d03962e0ec7ae73aeb4c24fd 100644
|
| --- a/chrome/browser/ui/views/options/passwords_page_view.cc
|
| +++ b/chrome/browser/ui/views/options/passwords_page_view.cc
|
| @@ -277,7 +277,7 @@ void PasswordsPageView::InitControlLayout() {
|
|
|
| // Do the layout thing.
|
| const int top_column_set_id = 0;
|
| - GridLayout* layout = CreatePanelGridLayout(this);
|
| + GridLayout* layout = GridLayout::CreatePanel(this);
|
| SetLayoutManager(layout);
|
|
|
| // Design the grid.
|
|
|