summaryrefslogtreecommitdiffstats
path: root/mojo/shell/run.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/run.cc')
-rw-r--r--mojo/shell/run.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/mojo/shell/run.cc b/mojo/shell/run.cc
index ab44294..0f25e2a 100644
--- a/mojo/shell/run.cc
+++ b/mojo/shell/run.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "mojo/shell/run.h"
+
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/logging.h"
@@ -20,10 +22,6 @@ namespace shell {
void Run() {
system::CoreImpl::Init();
-#if defined(OS_ANDROID)
- return; // TODO(abarth): Run more of RunShell on Android.
-#endif
-
// TODO(abarth): Group these objects into a "context" object.
TaskRunners task_runners(base::MessageLoop::current()->message_loop_proxy());
Storage storage;