| Index: ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| diff --git a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| index 479fc7886678b1c90f9c73fb312fa629ff97d2d3..f7728b2b3a8d1c15ae1a29f9fa4d6070efd1a989 100644
|
| --- a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| +++ b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| @@ -8,7 +8,6 @@
|
| #include <vector>
|
|
|
| #include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/wm_lookup.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shelf_types.h"
|
| @@ -240,8 +239,7 @@ TEST_F(AshPopupAlignmentDelegateTest, Extended) {
|
|
|
| display::Display second_display = GetSecondaryDisplay();
|
| WmShelf* second_shelf =
|
| - WmLookup::Get()
|
| - ->GetRootWindowControllerWithDisplayId(second_display.id())
|
| + Shell::GetRootWindowControllerWithDisplayId(second_display.id())
|
| ->GetShelf();
|
| AshPopupAlignmentDelegate for_2nd_display(second_shelf);
|
| UpdateWorkArea(&for_2nd_display, second_display);
|
|
|