| Index: ppapi/thunk/thunk.h
|
| diff --git a/ppapi/thunk/thunk.h b/ppapi/thunk/thunk.h
|
| index 2b074ffec67bdf857ad3653c84ec6c32bfa0a193..2e31d2a37910e29e05d14cb604e8212c00082cfe 100644
|
| --- a/ppapi/thunk/thunk.h
|
| +++ b/ppapi/thunk/thunk.h
|
| @@ -10,7 +10,6 @@
|
| #include "ppapi/c/trusted/ppb_buffer_trusted.h"
|
| #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h"
|
| #include "ppapi/c/trusted/ppb_image_data_trusted.h"
|
| -#include "ppapi/c/trusted/ppb_url_loader_trusted.h"
|
| #include "ppapi/thunk/ppapi_thunk_export.h"
|
|
|
| // Declares a getter for the interface thunk of the form:
|
| @@ -50,8 +49,6 @@ PPAPI_THUNK_EXPORT const PPB_ImageDataTrusted_0_4*
|
| GetPPB_ImageDataTrusted_0_4_Thunk();
|
| PPAPI_THUNK_EXPORT const PPB_Instance_Private_0_1*
|
| GetPPB_Instance_Private_0_1_Thunk();
|
| -PPAPI_THUNK_EXPORT const PPB_URLLoaderTrusted_0_3*
|
| - GetPPB_URLLoaderTrusted_0_3_Thunk();
|
|
|
| } // namespace thunk
|
| } // namespace ppapi
|
|
|