| 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 2f554d9cd769ce446fd2cfffed955e231ffdd050..db146d1eec0aa45668f33fb5012dbc2f54b66804 100644
|
| --- a/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| +++ b/mojo/public/cpp/bindings/tests/versioning_test_service.cc
|
| @@ -11,9 +11,9 @@
|
| #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/cpp/application_runner.h"
|
| #include "services/shell/public/cpp/interface_factory.h"
|
| #include "services/shell/public/cpp/service.h"
|
| +#include "services/shell/public/cpp/service_runner.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
|
|