Index: ppapi/native_client/src/trusted/plugin/service_runtime.h |
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h |
index 7cd04bfab0378cf03a42399927f636ad22c55b4f..554942a96cdd259fbfea581de80f6c64ee7cac16 100644 |
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h |
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h |
@@ -247,7 +247,7 @@ class ServiceRuntime { |
Plugin* plugin_; |
bool should_report_uma_; |
nacl::ReverseService* reverse_service_; |
- nacl::scoped_ptr<nacl::SelLdrLauncher> subprocess_; |
+ nacl::scoped_ptr<nacl::SelLdrLauncherBase> subprocess_; |
nacl::WeakRefAnchor* anchor_; |