| Index: ash/system/session/logout_confirmation_dialog.cc
|
| diff --git a/ash/system/session/logout_confirmation_dialog.cc b/ash/system/session/logout_confirmation_dialog.cc
|
| index ba8624d2273a6589b9eedc4a6f3f00c7007978c5..4a5ccc798a24761771c865c22ac4472e659850e7 100644
|
| --- a/ash/system/session/logout_confirmation_dialog.cc
|
| +++ b/ash/system/session/logout_confirmation_dialog.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/shell_port.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| #include "ash/system/session/logout_confirmation_controller.h"
|
| #include "ash/system/tray/tray_constants.h"
|
| -#include "ash/wm_shell.h"
|
| #include "ash/wm_window.h"
|
| #include "base/location.h"
|
| #include "base/time/tick_clock.h"
|
| @@ -50,7 +50,7 @@ LogoutConfirmationDialog::LogoutConfirmationDialog(
|
| views::Widget* widget = new views::Widget;
|
| views::Widget::InitParams params =
|
| GetDialogWidgetInitParams(this, nullptr, nullptr, gfx::Rect());
|
| - WmShell::Get()
|
| + ShellPort::Get()
|
| ->GetPrimaryRootWindow()
|
| ->GetRootWindowController()
|
| ->ConfigureWidgetInitParamsForContainer(
|
|
|