Index: components/web_view/test_runner/test_runner_application_delegate.cc |
diff --git a/components/web_view/test_runner/test_runner_application_delegate.cc b/components/web_view/test_runner/test_runner_application_delegate.cc |
index e470cc38849d8e3b9323e25a0f07a5d30bee3a65..e2d31cd099eb54cc7b3294a64f4e3a4ede6f3a09 100644 |
--- a/components/web_view/test_runner/test_runner_application_delegate.cc |
+++ b/components/web_view/test_runner/test_runner_application_delegate.cc |
@@ -75,7 +75,7 @@ void TestRunnerApplicationDelegate::Initialize(mojo::Shell* shell, |
bool TestRunnerApplicationDelegate::AcceptConnection( |
mojo::Connection* connection) { |
- connection->AddService<web_view::LayoutTestRunner>(this); |
+ connection->AddInterface<web_view::LayoutTestRunner>(this); |
return true; |
} |