| Index: ppapi/proxy/ppb_url_request_info_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_url_request_info_proxy.cc b/ppapi/proxy/ppb_url_request_info_proxy.cc
|
| index e2b96cb841d065334e210458d8d5d79fce19c964..63a0b871b2b017ee65095ff570cad15044a647ac 100644
|
| --- a/ppapi/proxy/ppb_url_request_info_proxy.cc
|
| +++ b/ppapi/proxy/ppb_url_request_info_proxy.cc
|
| @@ -13,6 +13,7 @@
|
| #include "ppapi/thunk/resource_creation_api.h"
|
| #include "ppapi/thunk/thunk.h"
|
|
|
| +using ppapi::HostResource;
|
| using ppapi::thunk::EnterFunctionNoLock;
|
| using ppapi::thunk::PPB_URLRequestInfo_API;
|
| using ppapi::thunk::ResourceCreationAPI;
|
|
|