Index: shell/external_application_listener_unittest.cc |
diff --git a/shell/external_application_listener_unittest.cc b/shell/external_application_listener_unittest.cc |
index 0678ab8645625033416f346974e8048c56cc0340..2eec2afdcd7788f652df520ca5df54a6e86fa4b4 100644 |
--- a/shell/external_application_listener_unittest.cc |
+++ b/shell/external_application_listener_unittest.cc |
@@ -104,11 +104,11 @@ class StubShellImpl : public Shell { |
~StubShellImpl() override {} |
private: |
- void ConnectToApplication(const String& requestor_url, |
+ void ConnectToApplication(const String& app_url, |
InterfaceRequest<ServiceProvider> services, |
ServiceProviderPtr exposed_services) override { |
- application_->AcceptConnection(requestor_url, services.Pass(), |
- exposed_services.Pass()); |
+ application_->AcceptConnection("", services.Pass(), exposed_services.Pass(), |
+ app_url); |
} |
ApplicationPtr application_; |