| Index: components/mus/ws/window_tree_unittest.cc
|
| diff --git a/components/mus/ws/window_tree_unittest.cc b/components/mus/ws/window_tree_unittest.cc
|
| index 739ffe0a1b54900adcc26f1dbc97984ca63f0ba5..bf16547aecea7470e09fe904fd8ddbe1d55a3903 100644
|
| --- a/components/mus/ws/window_tree_unittest.cc
|
| +++ b/components/mus/ws/window_tree_unittest.cc
|
| @@ -27,7 +27,6 @@
|
| #include "components/mus/ws/window_tree_impl.h"
|
| #include "mojo/converters/geometry/geometry_type_converters.h"
|
| #include "mojo/services/network/public/interfaces/url_loader.mojom.h"
|
| -#include "mojo/shell/public/interfaces/service_provider.mojom.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/events/event.h"
|
| #include "ui/events/event_utils.h"
|
| @@ -347,7 +346,7 @@ class TestDisplayManagerFactory : public DisplayManagerFactory {
|
| : cursor_id_storage_(cursor_id_storage) {}
|
| ~TestDisplayManagerFactory() {}
|
| DisplayManager* CreateDisplayManager(
|
| - mojo::ApplicationImpl* app_impl,
|
| + mojo::Shell* shell,
|
| const scoped_refptr<GpuState>& gpu_state,
|
| const scoped_refptr<mus::SurfacesState>& surfaces_state) override {
|
| return new TestDisplayManager(cursor_id_storage_);
|
|
|