Index: chrome/browser/ui/views/autofill_profiles_view_win.cc |
diff --git a/chrome/browser/ui/views/autofill_profiles_view_win.cc b/chrome/browser/ui/views/autofill_profiles_view_win.cc |
index 8708694454ba1676ca6efe92f404c43b4ed5617c..8018a6b5fbcc81bfb16eb1f295ca2f20329cd2b8 100644 |
--- a/chrome/browser/ui/views/autofill_profiles_view_win.cc |
+++ b/chrome/browser/ui/views/autofill_profiles_view_win.cc |
@@ -468,7 +468,7 @@ void AutoFillProfilesView::Init() { |
remove_button_ = new views::NativeButton(this, |
UTF16ToWide(l10n_util::GetStringUTF16(IDS_AUTOFILL_DELETE_BUTTON))); |
- views::GridLayout* layout = CreatePanelGridLayout(this); |
+ views::GridLayout* layout = views::GridLayout::CreatePanel(this); |
SetLayoutManager(layout); |
const int table_with_buttons_column_view_set_id = 0; |