| Index: ui/aura_shell/stacking_controller_unittest.cc
|
| diff --git a/ui/aura_shell/stacking_controller_unittest.cc b/ui/aura_shell/stacking_controller_unittest.cc
|
| index a7cd2c9ee2d3461c927ab9aec972c3511f614348..500c24fd32b7efb0fe59953d82c06d849556bd24 100644
|
| --- a/ui/aura_shell/stacking_controller_unittest.cc
|
| +++ b/ui/aura_shell/stacking_controller_unittest.cc
|
| @@ -16,7 +16,7 @@ namespace test {
|
| typedef aura::test::AuraTestBase StackingControllerTest;
|
|
|
| TEST_F(StackingControllerTest, GetTopmostWindowToActivate) {
|
| - Shell::GetInstance();
|
| + Shell::CreateInstance(NULL);
|
| aura::test::ActivateWindowDelegate activate;
|
| aura::test::ActivateWindowDelegate non_activate(false);
|
|
|
|
|