Index: content/browser/frame_host/render_frame_host_impl.cc |
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc |
index e24f00c89d80c4dae79df2a3701932b0324d1dfa..e337129dde748acc62a65395d53f8980d5b14ed5 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -1791,7 +1791,7 @@ void RenderFrameHostImpl::CommitNavigation( |
const CommonNavigationParams& common_params, |
const RequestNavigationParams& request_params) { |
DCHECK((response && body.get()) || |
- !NavigationRequest::ShouldMakeNetworkRequest(common_params.url)); |
+ !CommonNavigationParams::ShouldMakeNetworkRequest(common_params.url)); |
UpdatePermissionsForNavigation(common_params, request_params); |
// Get back to a clean state, in case we start a new navigation without |