diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 04:27:31 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 04:27:31 +0000 |
commit | 83c63468031ed3bd321904c57781904e5f22132b (patch) | |
tree | d6d240ab634fcc2b0927fbc0a0bb3d2498f38cb8 /ppapi/proxy/ppb_url_loader_proxy.h | |
parent | 60398ccd46e3f31d5d4541c0b6de0edde7f98504 (diff) | |
download | chromium_src-83c63468031ed3bd321904c57781904e5f22132b.zip chromium_src-83c63468031ed3bd321904c57781904e5f22132b.tar.gz chromium_src-83c63468031ed3bd321904c57781904e5f22132b.tar.bz2 |
Move paint aggregator and the completion callback factory.
Move paint aggregator and the completion callback factory to the ppapi/helpers directory since they're not strictly wrappers.
Review URL: http://codereview.chromium.org/9030001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppb_url_loader_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_url_loader_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_url_loader_proxy.h b/ppapi/proxy/ppb_url_loader_proxy.h index e13b1a3..da35350 100644 --- a/ppapi/proxy/ppb_url_loader_proxy.h +++ b/ppapi/proxy/ppb_url_loader_proxy.h @@ -11,10 +11,10 @@ #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_size.h" #include "ppapi/c/pp_var.h" -#include "ppapi/cpp/completion_callback.h" #include "ppapi/proxy/interface_proxy.h" #include "ppapi/proxy/proxy_non_thread_safe_ref_count.h" #include "ppapi/shared_impl/host_resource.h" +#include "ppapi/utility/completion_callback_factory.h" struct PPB_URLLoader; struct PPB_URLLoaderTrusted; |