Chromium Code Reviews| Index: chrome/browser/child_process_security_policy.cc |
| =================================================================== |
| --- chrome/browser/child_process_security_policy.cc (revision 20372) |
| +++ chrome/browser/child_process_security_policy.cc (working copy) |
| @@ -289,7 +289,7 @@ |
| } |
| bool ChildProcessSecurityPolicy::CanUploadFile(int renderer_id, |
| - const FilePath& file) { |
| + const FilePath& file) { |
| AutoLock lock(lock_); |
| SecurityStateMap::iterator state = security_state_.find(renderer_id); |