| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 48f4350ed780e965614cdf026aaf3698ea4211a1..29029ccfdc593b25e32c5f8f5e81fbcd14710635 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -647,7 +647,7 @@ views::NonClientFrameView* Shell::CreateDefaultNonClientFrameView(
|
| views::Widget* widget) {
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| ::switches::kEnableNewDialogStyle)) {
|
| - return new views::DialogFrameView;
|
| + return new views::DialogFrameView(string16());
|
| }
|
| // Use translucent-style window frames for dialogs.
|
| CustomFrameViewAsh* frame_view = new CustomFrameViewAsh;
|
|
|