summaryrefslogtreecommitdiff
path: root/chromium/mojo/services/tracing/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/mojo/services/tracing/main.cc')
-rw-r--r--chromium/mojo/services/tracing/main.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/chromium/mojo/services/tracing/main.cc b/chromium/mojo/services/tracing/main.cc
deleted file mode 100644
index b3d7e2742f3..00000000000
--- a/chromium/mojo/services/tracing/main.cc
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "mojo/public/c/system/main.h"
-#include "mojo/services/tracing/tracing_app.h"
-#include "mojo/shell/public/cpp/application_runner.h"
-
-MojoResult MojoMain(MojoHandle shell_handle) {
- mojo::ApplicationRunner runner(new tracing::TracingApp);
- return runner.Run(shell_handle);
-}