Index: mojo/runner/about_fetcher_unittest.cc |
diff --git a/mojo/runner/about_fetcher_unittest.cc b/mojo/runner/about_fetcher_unittest.cc |
index 08470b5340724109ccb9782abd37dfb75f64bd15..5057fc99c0c625db87e6155e6a61b31623ce8d66 100644 |
--- a/mojo/runner/about_fetcher_unittest.cc |
+++ b/mojo/runner/about_fetcher_unittest.cc |
@@ -134,8 +134,9 @@ class AboutFetcherTest : public testing::Test { |
request->url = url; |
application_manager_->ConnectToApplication( |
nullptr, request.Pass(), std::string(), GURL(), |
+ shell::ApplicationManager::kInvalidContentHandlerID, |
service_provider_request.Pass(), nullptr, shell::CapabilityFilter(), |
- base::Closure()); |
+ base::Closure(), shell::EmptyConnectCallback()); |
run_loop.Run(); |
} |