Index: mash/shell/shell_application_delegate.cc |
diff --git a/mash/shell/shell_application_delegate.cc b/mash/shell/shell_application_delegate.cc |
index a88c6d6372f5992001d81b3154dbcc5ed947f837..4fb3ec2c84d9c95fa737889ad0ce652c508d7676 100644 |
--- a/mash/shell/shell_application_delegate.cc |
+++ b/mash/shell/shell_application_delegate.cc |
@@ -119,7 +119,7 @@ void ShellApplicationDelegate::StartRestartableService( |
scoped_ptr<mojo::Connection> connection = shell_->Connect(url); |
// Note: |connection| may be null if we've lost our connection to the shell. |
if (connection) { |
- connection->SetRemoteServiceProviderConnectionErrorHandler( |
+ connection->SetRemoteInterfaceProviderConnectionErrorHandler( |
restart_callback); |
connections_[url] = std::move(connection); |
} |