| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 19a612eae4c58505eee51b70c6803ee98e9cdb58..f43a1e35d5505160205a72f4878a2466f5d49e9b 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -367,7 +367,7 @@ void Shell::Init() {
|
| new internal::ActivationController(focus_manager_.get()));
|
|
|
| screen_position_controller_.reset(new internal::ScreenPositionController);
|
| - display_controller_.reset(new internal::DisplayController);
|
| + display_controller_.reset(new DisplayController);
|
| display_controller_->InitPrimaryDisplay();
|
| aura::RootWindow* root_window = display_controller_->GetPrimaryRootWindow();
|
| active_root_window_ = root_window;
|
|
|