Index: content/public/test/test_mojo_app.cc |
diff --git a/content/public/test/test_mojo_app.cc b/content/public/test/test_mojo_app.cc |
index 20a83f76a9c5678a342775ea5a6d876839c179cb..f2b117f1afdfa0b4c7537946303127cd9c5f7f48 100644 |
--- a/content/public/test/test_mojo_app.cc |
+++ b/content/public/test/test_mojo_app.cc |
@@ -27,7 +27,7 @@ void TestMojoApp::Initialize(mojo::Shell* shell, const std::string& url, |
bool TestMojoApp::AcceptConnection(mojo::Connection* connection) { |
requestor_url_ = GURL(connection->GetRemoteApplicationURL()); |
- connection->AddService<TestMojoService>(this); |
+ connection->AddInterface<TestMojoService>(this); |
return true; |
} |