Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index ded8d840834864058784b6d067e0b3e44b48f40f..1401cdd0e7bc94ed879ffe3271bfadad4680a130 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -785,7 +785,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(); |