Index: trunk/src/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h |
=================================================================== |
--- trunk/src/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h (revision 268257) |
+++ trunk/src/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h (working copy) |
@@ -27,6 +27,7 @@ |
namespace plugin { |
+class Manifest; |
class Plugin; |
class PnaclCoordinator; |
class PnaclTranslateThread; |
@@ -203,7 +204,7 @@ |
// The manifest used by resource loading and ld + llc's reverse service |
// to look up objects and libraries. |
- int32_t manifest_id_; |
+ nacl::scoped_ptr<const Manifest> manifest_; |
// An auxiliary class that manages downloaded resources (llc and ld nexes). |
nacl::scoped_ptr<PnaclResources> resources_; |