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

Unified Diff: libraries/nacl-mounts/base/UrlLoaderJob.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 | « no previous file | libraries/nacl-mounts/http2/HTTP2FSOpenJob.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/nacl-mounts/base/UrlLoaderJob.h
===================================================================
--- libraries/nacl-mounts/base/UrlLoaderJob.h (revision 518)
+++ libraries/nacl-mounts/base/UrlLoaderJob.h (working copy)
@@ -6,11 +6,15 @@
#ifndef PACKAGES_LIBRARIES_NACL_MOUNTS_BASE_URLLOADERJOB_H_
#define PACKAGES_LIBRARIES_NACL_MOUNTS_BASE_URLLOADERJOB_H_
+#include "../util/ppapi_version.h"
#include <ppapi/c/pp_errors.h>
#include <ppapi/cpp/completion_callback.h>
#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 "MainThreadRunner.h"
« no previous file with comments | « no previous file | libraries/nacl-mounts/http2/HTTP2FSOpenJob.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698