Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / shell / in_process_dynamic_service_runner.h
index 3a3faef..699428e 100644 (file)
@@ -8,6 +8,7 @@
 #include "base/callback.h"
 #include "base/files/file_path.h"
 #include "base/macros.h"
+#include "base/scoped_native_library.h"
 #include "base/threading/simple_thread.h"
 #include "mojo/shell/dynamic_service_runner.h"
 
@@ -36,7 +37,8 @@ class InProcessDynamicServiceRunner
   ScopedMessagePipeHandle service_handle_;
   base::Callback<bool(void)> app_completed_callback_runner_;
 
-  base::DelegateSimpleThread thread_;
+  base::ScopedNativeLibrary app_library_;
+  scoped_ptr<base::DelegateSimpleThread> thread_;
 
   DISALLOW_COPY_AND_ASSIGN(InProcessDynamicServiceRunner);
 };