Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 42c1f7779723580be917c138bd95e1b78e687136..0816320a893e4b7afb77be6daa8b4bb0babd58f3 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -781,7 +781,7 @@ void Shell::Init() { |
focus_cycler_.reset(new internal::FocusCycler()); |
screen_position_controller_.reset(new internal::ScreenPositionController); |
- root_window_host_factory_.reset(delegate_->CreateRootWindowHostFactory()); |
+ root_window_host_factory_.reset(delegate_->CreateWindowTreeHostFactory()); |
display_controller_->Start(); |
display_controller_->InitPrimaryDisplay(); |