Index: ppapi/proxy/flash_file_resource.cc |
diff --git a/ppapi/proxy/flash_file_resource.cc b/ppapi/proxy/flash_file_resource.cc |
index ce7a2cee110e43231d93449b119d2a8d66183e8c..6b8fc6cc79657a6be29582dbd8a2b83ddfa8ae0f 100644 |
--- a/ppapi/proxy/flash_file_resource.cc |
+++ b/ppapi/proxy/flash_file_resource.cc |
@@ -206,7 +206,7 @@ int32_t FlashFileResource::QueryFileHelper(const std::string& path, |
if (path.empty() || !info) |
return PP_ERROR_BADARGUMENT; |
- base::PlatformFileInfo file_info; |
+ base::File::Info file_info; |
PepperFilePath pepper_path(domain_type, base::FilePath::FromUTF8Unsafe(path)); |
int32_t error = SyncCall<PpapiPluginMsg_FlashFile_QueryFileReply>(BROWSER, |