| Index: chrome/browser/ui/views/options/exception_editor_view.cc
|
| diff --git a/chrome/browser/ui/views/options/exception_editor_view.cc b/chrome/browser/ui/views/options/exception_editor_view.cc
|
| index 9b32d5408d40383a8667a01ec88ed66a20b02e0d..a27143d87dd01f93644be5f616030974f54170bb 100644
|
| --- a/chrome/browser/ui/views/options/exception_editor_view.cc
|
| +++ b/chrome/browser/ui/views/options/exception_editor_view.cc
|
| @@ -123,7 +123,7 @@ void ExceptionEditorView::Init() {
|
| UTF16ToWide(l10n_util::GetStringUTF16(IDS_EXCEPTION_EDITOR_OTR_TITLE)));
|
| incognito_cb_->SetChecked(is_off_the_record_);
|
|
|
| - GridLayout* layout = CreatePanelGridLayout(this);
|
| + GridLayout* layout = GridLayout::CreatePanel(this);
|
| SetLayoutManager(layout);
|
|
|
| // For the Textfields.
|
|
|