| Index: ppapi/proxy/ppb_input_event_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_input_event_proxy.cc b/ppapi/proxy/ppb_input_event_proxy.cc
|
| index 056bd29aa906900837920853042be4e53750dd12..593bf1e500205ac57a80733070918a3ef70fe110 100644
|
| --- a/ppapi/proxy/ppb_input_event_proxy.cc
|
| +++ b/ppapi/proxy/ppb_input_event_proxy.cc
|
| @@ -13,6 +13,7 @@
|
| #include "ppapi/shared_impl/var.h"
|
| #include "ppapi/thunk/thunk.h"
|
|
|
| +using ppapi::HostResource;
|
| using ppapi::InputEventData;
|
| using ppapi::InputEventImpl;
|
| using ppapi::thunk::PPB_InputEvent_API;
|
|
|