Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 1da2922fafa49bfd5bce9c3e234257d78e2f19d4..cb5481fea0edefc848898a14bb03199975d9355c 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -563,7 +563,7 @@ internal::WorkspaceController* Shell::TestApi::workspace_controller() { |
Shell::Shell(ShellDelegate* delegate) |
: root_window_(aura::MonitorManager::CreateRootWindowForPrimaryMonitor()), |
- screen_(new ScreenAsh(root_window_.get())), |
+ screen_(new ScreenAsh), |
env_filter_(NULL), |
delegate_(delegate), |
#if defined(OS_CHROMEOS) |