| Index: ash/wm/system_modal_container_layout_manager_unittest.cc
|
| diff --git a/ash/wm/system_modal_container_layout_manager_unittest.cc b/ash/wm/system_modal_container_layout_manager_unittest.cc
|
| index 0a113290dc542d14b6a13f9c8f2dfebbf5ac757e..551382b11d49e758e4b5c6ff1b0e0a4668891814 100644
|
| --- a/ash/wm/system_modal_container_layout_manager_unittest.cc
|
| +++ b/ash/wm/system_modal_container_layout_manager_unittest.cc
|
| @@ -90,7 +90,7 @@ class EventTestWindow : public TestWindow {
|
| mouse_presses_(0) {}
|
| virtual ~EventTestWindow() {}
|
|
|
| - aura::Window* OpenTestWindowWithContext(aura::RootWindow* context) {
|
| + aura::Window* OpenTestWindowWithContext(aura::Window* context) {
|
| views::Widget* widget =
|
| views::Widget::CreateWindowWithContext(this, context);
|
| widget->Show();
|
|
|