Index: ppapi/proxy/ppb_font_proxy.cc |
diff --git a/ppapi/proxy/ppb_font_proxy.cc b/ppapi/proxy/ppb_font_proxy.cc |
index 9f946b992e61875ba6ce298ec9fd175e7292d1cb..63698a337754a0d607211cbe2e93ee557122b3d4 100644 |
--- a/ppapi/proxy/ppb_font_proxy.cc |
+++ b/ppapi/proxy/ppb_font_proxy.cc |
@@ -18,6 +18,7 @@ |
#include "ppapi/thunk/ppb_image_data_api.h" |
#include "ppapi/thunk/thunk.h" |
+using ppapi::HostResource; |
using ppapi::StringVar; |
using ppapi::thunk::EnterResourceNoLock; |
using ppapi::thunk::PPB_ImageData_API; |