Index: content/browser/loader/resource_dispatcher_host_impl.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc |
index 2eef4361367985c52af103d34c78596b70145ca8..edb60ab0e379bc1f0bd4e64a4c58e12544d7876c 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.cc |
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc |
@@ -188,7 +188,7 @@ bool ShouldServiceRequest(ProcessType process_type, |
} |
void RemoveDownloadFileFromChildSecurityPolicy(int child_id, |
- const FilePath& path) { |
+ const base::FilePath& path) { |
ChildProcessSecurityPolicyImpl::GetInstance()->RevokeAllPermissionsForFile( |
child_id, path); |
} |