| Index: content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc
|
| index a6b61981ac5efcb7e673c2f61a246c426ed49e0d..d4913da4ce84276e5a18fdaf184a3b8d204b353d 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc
|
| +++ b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc
|
| @@ -97,8 +97,8 @@ int32_t PepperExternalFileRefBackend::GetAbsolutePath(
|
| return PP_OK_COMPLETIONPENDING;
|
| }
|
|
|
| -fileapi::FileSystemURL PepperExternalFileRefBackend::GetFileSystemURL() const {
|
| - return fileapi::FileSystemURL();
|
| +storage::FileSystemURL PepperExternalFileRefBackend::GetFileSystemURL() const {
|
| + return storage::FileSystemURL();
|
| }
|
|
|
| base::FilePath PepperExternalFileRefBackend::GetExternalFilePath() const {
|
|
|