| Index: content/browser/loader/cross_site_resource_handler.cc
|
| diff --git a/content/browser/loader/cross_site_resource_handler.cc b/content/browser/loader/cross_site_resource_handler.cc
|
| index 2db79ae20df338754773f034ba643371850a562f..44d24ce8a36984fcb8afdb94f50dfe05a1a1613d 100644
|
| --- a/content/browser/loader/cross_site_resource_handler.cc
|
| +++ b/content/browser/loader/cross_site_resource_handler.cc
|
| @@ -91,7 +91,8 @@ void OnDeferredAfterResponseStartedHelper(
|
|
|
| // Returns whether a transfer is needed by doing a check on the UI thread.
|
| bool CheckNavigationPolicyOnUI(GURL url, int process_id, int render_frame_id) {
|
| - CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSitePerProcess));
|
| + CHECK(base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kSitePerProcess));
|
| RenderFrameHostImpl* rfh =
|
| RenderFrameHostImpl::FromID(process_id, render_frame_id);
|
| if (!rfh)
|
|
|