| Index: ui/views/bubble/bubble_dialog_delegate.cc
|
| diff --git a/ui/views/bubble/bubble_dialog_delegate.cc b/ui/views/bubble/bubble_dialog_delegate.cc
|
| index 0f239090451351e9ed2b1b2358027eb24c4f6342..cf904d25025368f91ac508f1af51d959f1d8078a 100644
|
| --- a/ui/views/bubble/bubble_dialog_delegate.cc
|
| +++ b/ui/views/bubble/bubble_dialog_delegate.cc
|
| @@ -97,7 +97,7 @@ bool BubbleDialogDelegateView::ShouldShowCloseButton() const {
|
|
|
| ClientView* BubbleDialogDelegateView::CreateClientView(Widget* widget) {
|
| DialogClientView* client = new DialogClientView(widget, GetContentsView());
|
| - client->set_button_row_insets(gfx::Insets());
|
| + client->SetButtonRowInsets(gfx::Insets());
|
| widget->non_client_view()->set_mirror_client_in_rtl(mirror_arrow_in_rtl_);
|
| return client;
|
| }
|
|
|