| Index: ppapi/thunk/ppb_flash_file_fileref_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_flash_file_fileref_thunk.cc b/ppapi/thunk/ppb_flash_file_fileref_thunk.cc
|
| index 8ea0f2462f874f2720f3569010bcfa85ae8be07b..a384032fc994974f3e73764dd01b43009c9bf465 100644
|
| --- a/ppapi/thunk/ppb_flash_file_fileref_thunk.cc
|
| +++ b/ppapi/thunk/ppb_flash_file_fileref_thunk.cc
|
| @@ -42,10 +42,8 @@ int32_t QueryFile(PP_Resource file_ref_id, struct PP_FileInfo* info) {
|
| return enter.functions()->QueryFileRef(instance, file_ref_id, info);
|
| }
|
|
|
| -const PPB_Flash_File_FileRef g_ppb_flash_file_fileref_thunk = {
|
| - &OpenFile,
|
| - &QueryFile
|
| -};
|
| +const PPB_Flash_File_FileRef g_ppb_flash_file_fileref_thunk = {&OpenFile,
|
| + &QueryFile};
|
|
|
| } // namespace
|
|
|
|
|