Index: content/browser/loader/resource_dispatcher_host_unittest.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_unittest.cc b/content/browser/loader/resource_dispatcher_host_unittest.cc |
index 43b45b849b705e3dd4fa6c649d6ba5e65b98d11d..f793096629a782b8b6dd0b1618184c9bfa6753df 100644 |
--- a/content/browser/loader/resource_dispatcher_host_unittest.cc |
+++ b/content/browser/loader/resource_dispatcher_host_unittest.cc |
@@ -1082,7 +1082,7 @@ class ResourceDispatcherHostTest : public testing::TestWithParam<TestConfig>, |
// Make a navigation request. |
TestNavigationURLLoaderDelegate delegate; |
BeginNavigationParams begin_params(std::string(), net::LOAD_NORMAL, false, |
- false, REQUEST_CONTEXT_TYPE_LOCATION); |
+ REQUEST_CONTEXT_TYPE_LOCATION); |
CommonNavigationParams common_params; |
common_params.url = url; |
std::unique_ptr<NavigationRequestInfo> request_info( |
@@ -2639,7 +2639,7 @@ TEST_P(ResourceDispatcherHostTest, CancelRequestsForContext) { |
// Create a NavigationRequest. |
TestNavigationURLLoaderDelegate delegate; |
BeginNavigationParams begin_params(std::string(), net::LOAD_NORMAL, false, |
- false, REQUEST_CONTEXT_TYPE_LOCATION); |
+ REQUEST_CONTEXT_TYPE_LOCATION); |
CommonNavigationParams common_params; |
common_params.url = download_url; |
std::unique_ptr<NavigationRequestInfo> request_info( |