Index: mojo/public/cpp/bindings/tests/versioning_apptest.cc |
diff --git a/mojo/public/cpp/bindings/tests/versioning_apptest.cc b/mojo/public/cpp/bindings/tests/versioning_apptest.cc |
index 450557ad8d840a3038f234c9d3fd06903816e867..7c74c45fe88c3fc2ed3b8e0309ff430b3319e3fb 100644 |
--- a/mojo/public/cpp/bindings/tests/versioning_apptest.cc |
+++ b/mojo/public/cpp/bindings/tests/versioning_apptest.cc |
@@ -24,7 +24,7 @@ class VersioningApplicationTest : public ApplicationTestBase { |
void SetUp() override { |
ApplicationTestBase::SetUp(); |
- shell()->ConnectToService("mojo:versioning_test_service", &database_); |
+ shell()->ConnectToInterface("mojo:versioning_test_service", &database_); |
} |
HumanResourceDatabasePtr database_; |