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

Unified Diff: libraries/nacl-mounts/http2/HTTP2FSOpenJob.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/base/UrlLoaderJob.h ('k') | libraries/nacl-mounts/http2/HTTP2OpenJob.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/nacl-mounts/http2/HTTP2FSOpenJob.h
===================================================================
--- libraries/nacl-mounts/http2/HTTP2FSOpenJob.h (revision 518)
+++ libraries/nacl-mounts/http2/HTTP2FSOpenJob.h (working copy)
@@ -6,10 +6,14 @@
#ifndef PACKAGES_LIBRARIES_NACL_MOUNTS_HTTP2_HTTP2FSOPENJOB_H_
#define PACKAGES_LIBRARIES_NACL_MOUNTS_HTTP2_HTTP2FSOPENJOB_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>
#include <ppapi/cpp/file_system.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/base/UrlLoaderJob.h ('k') | libraries/nacl-mounts/http2/HTTP2OpenJob.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698