Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / shell / run.cc
index 733b191..3cdb704 100644 (file)
@@ -7,7 +7,6 @@
 #include "base/logging.h"
 #include "mojo/application_manager/application_manager.h"
 #include "mojo/shell/context.h"
-#include "mojo/shell/keep_alive.h"
 
 namespace mojo {
 namespace shell {
@@ -22,8 +21,6 @@ class StubServiceProvider : public InterfaceImpl<ServiceProvider> {
 
 
 void Run(Context* context, const std::vector<GURL>& app_urls) {
-  KeepAlive keep_alive(context);
-
   if (app_urls.empty()) {
     LOG(ERROR) << "No app path specified";
     return;