Index: content/test/test_navigation_url_loader_factory.cc |
diff --git a/content/test/test_navigation_url_loader_factory.cc b/content/test/test_navigation_url_loader_factory.cc |
index f106a025323fc2db4a25d88e618cfe67a249da66..29eddd16df8b82282b33abee5da7ca532e32418c 100644 |
--- a/content/test/test_navigation_url_loader_factory.cc |
+++ b/content/test/test_navigation_url_loader_factory.cc |
@@ -20,6 +20,7 @@ TestNavigationURLLoaderFactory::~TestNavigationURLLoaderFactory() { |
scoped_ptr<NavigationURLLoader> TestNavigationURLLoaderFactory::CreateLoader( |
BrowserContext* browser_context, |
scoped_ptr<NavigationRequestInfo> request_info, |
+ ServiceWorkerNavigationHandle* service_worker_handle, |
NavigationURLLoaderDelegate* delegate) { |
return scoped_ptr<NavigationURLLoader>(new TestNavigationURLLoader( |
request_info.Pass(), delegate)); |