Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: libraries/nacl-mounts/http2/HTTP2OpenJob.h

Issue 9271014: Another ugly hack to work around ppapi header changes. (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libraries/nacl-mounts/http2/HTTP2FSOpenJob.h ('k') | libraries/nacl-mounts/http2/HTTP2ReadJob.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/nacl-mounts/http2/HTTP2OpenJob.h
===================================================================
--- libraries/nacl-mounts/http2/HTTP2OpenJob.h (revision 518)
+++ libraries/nacl-mounts/http2/HTTP2OpenJob.h (working copy)
@@ -6,6 +6,7 @@
#ifndef PACKAGES_LIBRARIES_NACL_MOUNTS_HTTP2_HTTP2OPENJOB_H_
#define PACKAGES_LIBRARIES_NACL_MOUNTS_HTTP2_HTTP2OPENJOB_H_
+#include "../util/ppapi_version.h"
#include <ppapi/c/pp_errors.h>
#include <ppapi/c/pp_file_info.h>
#include <ppapi/cpp/completion_callback.h>
@@ -15,6 +16,9 @@
#include <ppapi/cpp/url_loader.h>
#include <ppapi/cpp/url_request_info.h>
#include <ppapi/cpp/url_response_info.h>
+#if ADHOC_PPAPI_VERSION >= 18
+#include <ppapi/utility/completion_callback_factory.h>
+#endif
#include <string>
#include <vector>
#include "../base/MainThreadRunner.h"
« no previous file with comments | « libraries/nacl-mounts/http2/HTTP2FSOpenJob.h ('k') | libraries/nacl-mounts/http2/HTTP2ReadJob.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698