Index: chrome/browser/ui/views/keyword_editor_view.cc |
diff --git a/chrome/browser/ui/views/keyword_editor_view.cc b/chrome/browser/ui/views/keyword_editor_view.cc |
index d639f5954c289d18860a736a461519a0c02a41a2..5eb1665f7e7dc6cef29ee8647be7b118186f6cf4 100644 |
--- a/chrome/browser/ui/views/keyword_editor_view.cc |
+++ b/chrome/browser/ui/views/keyword_editor_view.cc |
@@ -198,7 +198,7 @@ void KeywordEditorView::InitLayoutManager() { |
const int related_y = kRelatedControlVerticalSpacing; |
const int unrelated_y = kUnrelatedControlVerticalSpacing; |
- GridLayout* contents_layout = CreatePanelGridLayout(this); |
+ GridLayout* contents_layout = GridLayout::CreatePanel(this); |
SetLayoutManager(contents_layout); |
// For the table and buttons. |