Index: mojo/shell/test_package_manager.cc |
diff --git a/mojo/shell/test_package_manager.cc b/mojo/shell/test_package_manager.cc |
index 281925d43e0f71914ea09151f309a512aaa6d8e6..3947b5254f22aad058029d17ae469c35facc401a 100644 |
--- a/mojo/shell/test_package_manager.cc |
+++ b/mojo/shell/test_package_manager.cc |
@@ -22,7 +22,7 @@ uint32_t TestPackageManager::HandleWithContentHandler( |
const Identity& source, |
const GURL& target_url, |
const CapabilityFilter& target_filter, |
- InterfaceRequest<shell::mojom::Application>* application_request) { |
+ InterfaceRequest<shell::mojom::ShellClient>* request) { |
return 0; |
} |
bool TestPackageManager::IsURLInCatalog(const std::string& url) const { |