| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index ee93a3421deaaf6943c754ee4addbe33574dd964..a49ed818a6a466810c2e84b67d18661afdcea4a9 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -638,7 +638,7 @@ Shell::Shell(ShellDelegate* delegate)
|
| window_positioner_(new WindowPositioner),
|
| activation_client_(NULL),
|
| #if defined(OS_CHROMEOS)
|
| - display_configurator_(new ui::DisplayConfigurator()),
|
| + display_configurator_(ui::DisplayConfigurator::GetInstance()),
|
| #endif // defined(OS_CHROMEOS)
|
| native_cursor_manager_(new AshNativeCursorManager),
|
| cursor_manager_(
|
|
|