diff options
author | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 20:48:49 +0000 |
---|---|---|
committer | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 20:48:49 +0000 |
commit | f2ebdce1a5267cf2ebdce8df910fa2e07c534463 (patch) | |
tree | 814a54bb08ef26ca1d772ae363be1d7c1a6f0882 /ppapi | |
parent | 3132e35cb49119f36a529f2370d9de5887582bc2 (diff) | |
download | chromium_src-f2ebdce1a5267cf2ebdce8df910fa2e07c534463.zip chromium_src-f2ebdce1a5267cf2ebdce8df910fa2e07c534463.tar.gz chromium_src-f2ebdce1a5267cf2ebdce8df910fa2e07c534463.tar.bz2 |
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
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/c/ppb_core.h | 3 | ||||
-rw-r--r-- | ppapi/proxy/ppp_instance_proxy_test.cc | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/ppb_core.h b/ppapi/c/ppb_core.h index e409d48..50da6db 100644 --- a/ppapi/c/ppb_core.h +++ b/ppapi/c/ppb_core.h @@ -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_ */ diff --git a/ppapi/proxy/ppp_instance_proxy_test.cc b/ppapi/proxy/ppp_instance_proxy_test.cc index 15cb716..b545dd7 100644 --- a/ppapi/proxy/ppp_instance_proxy_test.cc +++ b/ppapi/proxy/ppp_instance_proxy_test.cc @@ -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" |