Index: mojo/shell/runner/child/native_apptest.cc |
diff --git a/mojo/shell/runner/child/native_apptest.cc b/mojo/shell/runner/child/native_apptest.cc |
index 7368fbcd99de2cfed045d9726dde6dc04f11a591..d0ab0b7db5e34bc92894d23e2491d540294c1aed 100644 |
--- a/mojo/shell/runner/child/native_apptest.cc |
+++ b/mojo/shell/runner/child/native_apptest.cc |
@@ -19,8 +19,8 @@ using NativeAppTest = mojo::test::ApplicationTestBase; |
TEST_F(NativeAppTest, Connect) { |
test::TestNativeServicePtr native_service; |
- shell()->ConnectToInterface("exe:mojo_runner_child_apptest_native_target", |
- &native_service); |
+ connector()->ConnectToInterface("exe:mojo_runner_child_apptest_native_target", |
+ &native_service); |
bool result = false; |
native_service->Invert( |