Index: components/web_view/test_runner/main.cc |
diff --git a/components/web_view/test_runner/main.cc b/components/web_view/test_runner/main.cc |
deleted file mode 100644 |
index 20a51e7c541e7202318744aa9acd344bd6ef6fa7..0000000000000000000000000000000000000000 |
--- a/components/web_view/test_runner/main.cc |
+++ /dev/null |
@@ -1,16 +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 "base/at_exit.h" |
-#include "base/command_line.h" |
-#include "components/web_view/test_runner/launcher.h" |
-#include "mojo/shell/runner/host/child_process.h" |
-#include "mojo/shell/runner/init.h" |
- |
-int main(int argc, char** argv) { |
- base::CommandLine::Init(argc, argv); |
- base::AtExitManager at_exit; |
- mojo::shell::InitializeLogging(); |
- return web_view::LaunchTestRunner(argc, argv); |
-} |