X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmojo%2Fshell%2Frun.cc;h=3cdb7043f4a9d8b24029cdbc96467bf3c8cd6374;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=733b19132de2188956258547e69529f803e13543;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/mojo/shell/run.cc b/src/mojo/shell/run.cc index 733b191..3cdb704 100644 --- a/src/mojo/shell/run.cc +++ b/src/mojo/shell/run.cc @@ -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 { void Run(Context* context, const std::vector& app_urls) { - KeepAlive keep_alive(context); - if (app_urls.empty()) { LOG(ERROR) << "No app path specified"; return;