Commit f2ebdce1 authored by noelallen@google.com's avatar noelallen@google.com

Trivial fixes to PPAPI

Clean up incorrect guard end comment, and remove unused pp_var.h
Review URL: http://codereview.chromium.org/7310007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91749 0039d316-1c4b-4281-b951-d872f2087c98
parent 3132e35c
......@@ -9,7 +9,6 @@
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_time.h"
#include "ppapi/c/pp_var.h"
struct PP_CompletionCallback;
......@@ -137,4 +136,4 @@ struct PPB_Core {
*/
#endif /* PPAPI_C_DEV_PPB_CORE_DEV_H_ */
#endif /* PPAPI_C_PPB_CORE_H_ */
......@@ -5,6 +5,7 @@
#include "base/synchronization/waitable_event.h"
#include "ipc/ipc_message_utils.h"
#include "ppapi/c/dev/ppb_fullscreen_dev.h"
#include "ppapi/c/pp_var.h"
#include "ppapi/c/ppb_core.h"
#include "ppapi/c/ppb_url_loader.h"
#include "ppapi/c/ppp_instance.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment