Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.h |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.h |
index fc77028eb80b67ee1223da44a5e4942872d11ec6..8de1b3a834710dfaeae4dc2da5aee1c226489582 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.h |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.h |
@@ -6,8 +6,7 @@ |
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_MEMORY_H_ |
#include "native_client/src/include/nacl_macros.h" |
- |
-struct PPB_Memory_Dev; |
+#include "ppapi/c/dev/ppb_memory_dev.h" |
namespace ppapi_proxy { |
@@ -24,4 +23,3 @@ class PluginMemory { |
} // namespace ppapi_proxy |
#endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_MEMORY_H_ |
- |