| Index: mojo/runner/child/native_apptest.cc
|
| diff --git a/mojo/runner/child/native_apptest.cc b/mojo/runner/child/native_apptest.cc
|
| index 7bb7780add5f4adc3faa5840e63561cf30d51a73..cc47edb34d9a111ccaf1753f00fb4a1156fb9ae6 100644
|
| --- a/mojo/runner/child/native_apptest.cc
|
| +++ b/mojo/runner/child/native_apptest.cc
|
| @@ -22,9 +22,7 @@ using NativeAppTest = mojo::test::ApplicationTestBase;
|
| TEST_F(NativeAppTest, Connect) {
|
| test::TestNativeServicePtr native_service;
|
| application_impl()->ConnectToService(
|
| - mojo::URLRequest::From(
|
| - std::string("exe:mojo_runner_child_apptest_native_target")),
|
| - &native_service);
|
| + "exe:mojo_runner_child_apptest_native_target", &native_service);
|
|
|
| bool result = false;
|
| native_service->Invert(
|
|
|