| Index: ash/mus/window_manager.cc
|
| diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
|
| index 08d115ca611e820a7ef56f23d6da32552eeaee50..d90c7a1d2f67ab0a5ab561a586aa92f56b58096d 100644
|
| --- a/ash/mus/window_manager.cc
|
| +++ b/ash/mus/window_manager.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <limits>
|
| #include <utility>
|
|
|
| #include "ash/drag_drop/drag_image_view.h"
|
| @@ -229,8 +230,7 @@ void WindowManager::CreateShell(
|
| ShellInitParams init_params;
|
| ShellPortMash* shell_port =
|
| new ShellPortMash(window_tree_host ? window_tree_host->window() : nullptr,
|
| - this, pointer_watcher_event_router_.get(),
|
| - create_session_state_delegate_stub_for_test_);
|
| + this, pointer_watcher_event_router_.get());
|
| // Shell::CreateInstance() takes ownership of ShellDelegate.
|
| init_params.delegate = shell_delegate_ ? shell_delegate_.release()
|
| : new ShellDelegateMus(connector_);
|
|
|