| Index: content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| index 4d2980ae421887c84ec88ba05ad9f7a56c30e035..953db66a05fb6fa7dc2b7c257a600efb88c929c7 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| @@ -41,7 +41,7 @@ class PepperExternalFileRefBackend : public PepperFileRefBackend {
|
| OVERRIDE;
|
| virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context)
|
| OVERRIDE;
|
| - virtual fileapi::FileSystemURL GetFileSystemURL() const OVERRIDE;
|
| + virtual storage::FileSystemURL GetFileSystemURL() const OVERRIDE;
|
| virtual base::FilePath GetExternalFilePath() const OVERRIDE;
|
|
|
| virtual int32_t CanRead() const OVERRIDE;
|
|
|