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/proxy | |
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/proxy')
-rw-r--r-- | ppapi/proxy/ppp_instance_proxy_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |