summaryrefslogtreecommitdiffstats
path: root/mash
diff options
context:
space:
mode:
authorben <ben@chromium.org>2016-02-09 23:46:20 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-10 07:47:21 +0000
commit957879558abff482bb4703864046a761ae1a55da (patch)
treed27e479648a4c7ddeba13db89be31e56811f7144 /mash
parent9db5ee80adcb1fe1e6feb715f391e08446c8a52c (diff)
downloadchromium_src-957879558abff482bb4703864046a761ae1a55da.zip
chromium_src-957879558abff482bb4703864046a761ae1a55da.tar.gz
chromium_src-957879558abff482bb4703864046a761ae1a55da.tar.bz2
Rename ServiceProvider to InterfaceProvider.
TBR=rockot@chromium.org R=tsepez@chromium.org BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1684783002 Cr-Commit-Position: refs/heads/master@{#374620}
Diffstat (limited to 'mash')
-rw-r--r--mash/shell/shell_application_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mash/shell/shell_application_delegate.cc b/mash/shell/shell_application_delegate.cc
index 042eead..7a75d2f 100644
--- a/mash/shell/shell_application_delegate.cc
+++ b/mash/shell/shell_application_delegate.cc
@@ -138,7 +138,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);
}