| Index: ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| diff --git a/ash/common/system/chromeos/network/network_state_list_detailed_view.cc b/ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| index dc8c5b484de1e0ed02399e2156395f047c3b3e5c..99332efcd74e48c49c0b7a106ec87698148d7268 100644
|
| --- a/ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| +++ b/ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| @@ -29,7 +29,6 @@
|
| #include "ash/common/system/tray/tray_details_view.h"
|
| #include "ash/common/system/tray/tray_popup_header_button.h"
|
| #include "ash/common/system/tray/tri_view.h"
|
| -#include "ash/common/wm_lookup.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| @@ -155,8 +154,7 @@ class NetworkStateListDetailedView::InfoBubble
|
| views::Widget* widget) const override {
|
| DCHECK(anchor_widget());
|
| // Place the bubble in the anchor widget's root window.
|
| - WmLookup::Get()
|
| - ->GetWindowForWidget(anchor_widget())
|
| + WmWindow::Get(anchor_widget()->GetNativeWindow())
|
| ->GetRootWindowController()
|
| ->ConfigureWidgetInitParamsForContainer(
|
| widget, kShellWindowId_SettingBubbleContainer, params);
|
|
|