summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 00:56:16 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 00:56:16 +0000
commit9e573806006452801f065271248267a0ed1ede0f (patch)
treef26bebaafce5b3a457148a974169dbb72af265e0 /ppapi
parentea77df304dc2f8a23214d63d619cb1c1556d5f95 (diff)
downloadchromium_src-9e573806006452801f065271248267a0ed1ede0f.zip
chromium_src-9e573806006452801f065271248267a0ed1ede0f.tar.gz
chromium_src-9e573806006452801f065271248267a0ed1ede0f.tar.bz2
NaCl: Remove forward declaration of SelLdrLauncher as a struct
This declaration prevents us from defining SelLdrLauncher via a typedef. Plus it should really be a class, not a struct. BUG=none TEST=build Review URL: http://codereview.chromium.org/10192003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/native_client/src/trusted/plugin/service_runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h
index e775685..7cd04bf 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
@@ -17,6 +17,7 @@
#include "native_client/src/shared/platform/nacl_sync.h"
#include "native_client/src/shared/srpc/nacl_srpc.h"
#include "native_client/src/trusted/desc/nacl_desc_wrapper.h"
+#include "native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h"
#include "native_client/src/trusted/plugin/utility.h"
#include "native_client/src/trusted/reverse_service/reverse_service.h"
#include "native_client/src/trusted/weak_ref/weak_ref.h"
@@ -26,7 +27,6 @@
namespace nacl {
class DescWrapper;
-struct SelLdrLauncher;
} // namespace
namespace pp {