Chromium Code Reviews| Index: ppapi/thunk/ppb_file_io_thunk.cc |
| diff --git a/ppapi/thunk/ppb_file_io_thunk.cc b/ppapi/thunk/ppb_file_io_thunk.cc |
| index 4882bdfca89416904dc52017254c3b75a9b73820..70337c3221479ecb92443c9ff76fd931b0f49d7b 100644 |
| --- a/ppapi/thunk/ppb_file_io_thunk.cc |
| +++ b/ppapi/thunk/ppb_file_io_thunk.cc |
| @@ -126,7 +126,7 @@ const PPB_FileIO g_ppb_file_io_thunk = { |
| } // namespace |
| -const PPB_FileIO* GetPPB_FileIO_Thunk() { |
| +const PPB_FileIO_1_0* GetPPB_FileIO_1_0_Thunk() { |
| return &g_ppb_file_io_thunk; |
| } |