| Index: mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/versioning_test_service.cc b/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| index db146d1eec0aa45668f33fb5012dbc2f54b66804..4632159be48ab2b898ac10b6659d3a72c3fbf232 100644
|
| --- a/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| +++ b/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| @@ -8,9 +8,9 @@
|
| #include <utility>
|
|
|
| #include "base/macros.h"
|
| -#include "mojo/public/c/system/main.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "mojo/public/interfaces/bindings/tests/versioning_test_service.mojom.h"
|
| +#include "services/shell/public/c/main.h"
|
| #include "services/shell/public/cpp/interface_factory.h"
|
| #include "services/shell/public/cpp/service.h"
|
| #include "services/shell/public/cpp/service_runner.h"
|
| @@ -119,8 +119,8 @@ class HumanResourceSystemServer
|
| } // namespace test
|
| } // namespace mojo
|
|
|
| -MojoResult MojoMain(MojoHandle request) {
|
| - mojo::ApplicationRunner runner(
|
| +MojoResult ServiceMain(MojoHandle request) {
|
| + mojo::ServiceRunner runner(
|
| new mojo::test::versioning::HumanResourceSystemServer());
|
|
|
| return runner.Run(request);
|
|
|