| Index: services/shell/tests/shutdown/shutdown_client_app.cc
|
| diff --git a/services/shell/tests/shutdown/shutdown_client_app.cc b/services/shell/tests/shutdown/shutdown_client_app.cc
|
| index a7f630f5d8c9b332f559f3f760234fb65e912fb5..546614677be992f19e3e6eabbe3b4bf9cee42bcd 100644
|
| --- a/services/shell/tests/shutdown/shutdown_client_app.cc
|
| +++ b/services/shell/tests/shutdown/shutdown_client_app.cc
|
| @@ -5,10 +5,10 @@
|
| #include "base/macros.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| -#include "services/shell/public/cpp/application_runner.h"
|
| #include "services/shell/public/cpp/connector.h"
|
| #include "services/shell/public/cpp/interface_factory.h"
|
| #include "services/shell/public/cpp/service.h"
|
| +#include "services/shell/public/cpp/service_runner.h"
|
| #include "services/shell/tests/shutdown/shutdown_unittest.mojom.h"
|
|
|
| namespace shell {
|
| @@ -66,6 +66,6 @@ class ShutdownClientApp
|
|
|
|
|
| MojoResult MojoMain(MojoHandle shell_handle) {
|
| - return shell::ApplicationRunner(new shell::ShutdownClientApp)
|
| + return shell::ServiceRunner(new shell::ShutdownClientApp)
|
| .Run(shell_handle);
|
| }
|
|
|