| Index: chrome/browser/child_process_security_policy.cc
|
| diff --git a/chrome/browser/child_process_security_policy.cc b/chrome/browser/child_process_security_policy.cc
|
| index 0aed4642e282096e100784cbccbd7e2d41c5f971..941058ddb95e9763a699d70fc9d20c3e425541cf 100644
|
| --- a/chrome/browser/child_process_security_policy.cc
|
| +++ b/chrome/browser/child_process_security_policy.cc
|
| @@ -350,7 +350,7 @@ bool ChildProcessSecurityPolicy::CanRequestURL(
|
| return false;
|
| }
|
|
|
| - if (!URLRequest::IsHandledURL(url))
|
| + if (!net::URLRequest::IsHandledURL(url))
|
| return true; // This URL request is destined for ShellExecute.
|
|
|
| {
|
|
|