Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 3606c5d78155195cbeab2317cb4a14424ffb210e..a520b03bbd5aa0bbdf85091b961e5a50e6071bab 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -472,7 +472,7 @@ void Shell::Init() { |
// Env creates the compositor. Historically it seems to have been implicitly |
// initialized first by the ActivationController, but now that FocusController |
// no longer does this we need to do it explicitly. |
- aura::Env::GetInstance(); |
+ aura::Env::CreateInstance(); |
views::corewm::FocusController* focus_controller = |
new views::corewm::FocusController(new wm::AshFocusRules); |
focus_client_.reset(focus_controller); |