diff options
Diffstat (limited to 'ppapi/thunk/ppb_file_chooser_thunk.cc')
-rw-r--r-- | ppapi/thunk/ppb_file_chooser_thunk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/thunk/ppb_file_chooser_thunk.cc b/ppapi/thunk/ppb_file_chooser_thunk.cc index c58f052..774ef03 100644 --- a/ppapi/thunk/ppb_file_chooser_thunk.cc +++ b/ppapi/thunk/ppb_file_chooser_thunk.cc @@ -55,7 +55,7 @@ const PPB_FileChooser_Dev g_ppb_file_chooser_thunk = { } // namespace -const PPB_FileChooser_Dev* GetPPB_FileChooser_Thunk() { +const PPB_FileChooser_Dev* GetPPB_FileChooser_Dev_Thunk() { return &g_ppb_file_chooser_thunk; } |