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 1fd0b66c58737bb1fe042067bc678cf6955fc502..ce92bed0b83db2cb8fbdeafef6d82d0fb30c890c 100644 |
--- a/content/public/test/test_mojo_app.cc |
+++ b/content/public/test/test_mojo_app.cc |
@@ -21,7 +21,7 @@ TestMojoApp::TestMojoApp() : service_binding_(this) { |
TestMojoApp::~TestMojoApp() { |
} |
-bool TestMojoApp::AcceptConnection(shell::Connection* connection) { |
+bool TestMojoApp::OnConnect(shell::Connection* connection) { |
requestor_name_ = connection->GetRemoteIdentity().name(); |
connection->AddInterface<mojom::TestMojoService>(this); |
return true; |