| Index: content/browser/renderer_host/pepper/pepper_security_helper.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_security_helper.h b/content/browser/renderer_host/pepper/pepper_security_helper.h
|
| index d0a39831324cb998bbb01a2022d9b03ab4dbe1fc..790b4cfe99735aec53dc8d373e1f088dffec8e47 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_security_helper.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_security_helper.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/files/file_path.h"
|
| #include "content/common/content_export.h"
|
| -#include "webkit/browser/fileapi/file_system_url.h"
|
| +#include "storage/browser/fileapi/file_system_url.h"
|
|
|
| namespace content {
|
|
|
| @@ -22,7 +22,7 @@ CONTENT_EXPORT bool CanOpenWithPepperFlags(int pp_open_flags,
|
| CONTENT_EXPORT bool CanOpenFileSystemURLWithPepperFlags(
|
| int pp_open_flags,
|
| int child_id,
|
| - const fileapi::FileSystemURL& url);
|
| + const storage::FileSystemURL& url);
|
|
|
| } // namespace content
|
|
|
|
|