| Index: services/ui/test_wm/test_wm.cc
|
| diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
|
| index 78f5a9d2ee0ac41a95c8610bccfe531406251b2a..3fdaf9900d16e500a440e33632fe73ea1e84b9e0 100644
|
| --- a/services/ui/test_wm/test_wm.cc
|
| +++ b/services/ui/test_wm/test_wm.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| -#include "services/shell/public/cpp/application_runner.h"
|
| #include "services/shell/public/cpp/connector.h"
|
| #include "services/shell/public/cpp/service.h"
|
| +#include "services/shell/public/cpp/service_runner.h"
|
| #include "services/ui/public/cpp/window.h"
|
| #include "services/ui/public/cpp/window_manager_delegate.h"
|
| #include "services/ui/public/cpp/window_tree_client.h"
|
| @@ -106,6 +106,6 @@ class TestWM : public shell::Service,
|
| } // namespace ui
|
|
|
| MojoResult MojoMain(MojoHandle shell_handle) {
|
| - shell::ApplicationRunner runner(new ui::test::TestWM);
|
| + shell::ServiceRunner runner(new ui::test::TestWM);
|
| return runner.Run(shell_handle);
|
| }
|
|
|