| Index: content/browser/renderer_host/pepper/pepper_security_helper.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_security_helper.cc b/content/browser/renderer_host/pepper/pepper_security_helper.cc
|
| index ab516283d58894fce3c7ee88a5d2b35922b1b8fe..3bb92bf8b482bad43ac4ab95b0caa15ca8c5ed87 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_security_helper.cc
|
| +++ b/content/browser/renderer_host/pepper/pepper_security_helper.cc
|
| @@ -77,7 +77,7 @@ bool CanOpenWithPepperFlags(int pp_open_flags,
|
|
|
| bool CanOpenFileSystemURLWithPepperFlags(int pp_open_flags,
|
| int child_id,
|
| - const fileapi::FileSystemURL& url) {
|
| + const storage::FileSystemURL& url) {
|
| return CanOpenFileWithPepperFlags(
|
| &ChildProcessSecurityPolicyImpl::CanReadFileSystemFile,
|
| &ChildProcessSecurityPolicyImpl::CanWriteFileSystemFile,
|
|
|