Index: ppapi/thunk/ppb_video_decoder_thunk.cc |
diff --git a/ppapi/thunk/ppb_video_decoder_thunk.cc b/ppapi/thunk/ppb_video_decoder_thunk.cc |
index b7a72d9c7bea79e96d354d50d10f113f4c3773b2..40b837b134059caece8cdaca1d4f8c49d680aec2 100644 |
--- a/ppapi/thunk/ppb_video_decoder_thunk.cc |
+++ b/ppapi/thunk/ppb_video_decoder_thunk.cc |
@@ -90,7 +90,7 @@ const PPB_VideoDecoder_Dev g_ppb_videodecoder_thunk = { |
} // namespace |
-const PPB_VideoDecoder_Dev* GetPPB_VideoDecoder_Thunk() { |
+const PPB_VideoDecoder_Dev* GetPPB_VideoDecoder_Dev_Thunk() { |
return &g_ppb_videodecoder_thunk; |
} |