| Index: views/window/dialog_delegate.cc
|
| ===================================================================
|
| --- views/window/dialog_delegate.cc (revision 88218)
|
| +++ views/window/dialog_delegate.cc (working copy)
|
| @@ -90,8 +90,8 @@
|
| return NULL;
|
| }
|
|
|
| -ClientView* DialogDelegate::CreateClientView(Window* window) {
|
| - return new DialogClientView(window, GetContentsView());
|
| +ClientView* DialogDelegate::CreateClientView(Widget* widget) {
|
| + return new DialogClientView(widget, GetContentsView());
|
| }
|
|
|
| DialogClientView* DialogDelegate::GetDialogClientView() const {
|
|
|