Index: components/surfaces/main.cc |
diff --git a/components/surfaces/main.cc b/components/surfaces/main.cc |
deleted file mode 100644 |
index c052a2653d3612b6b9cb377d20cf7e1bcd1d15ec..0000000000000000000000000000000000000000 |
--- a/components/surfaces/main.cc |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-// Copyright 2015 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 "components/surfaces/surfaces_service_application.h" |
-#include "mojo/application/public/cpp/application_runner.h" |
-#include "third_party/mojo/src/mojo/public/c/system/main.h" |
- |
-MojoResult MojoMain(MojoHandle shell_handle) { |
- mojo::ApplicationRunner runner(new surfaces::SurfacesServiceApplication); |
- return runner.Run(shell_handle); |
-} |