| Index: remoting/host/setup/start_host_entry_point.cc
|
| diff --git a/ui/views/run_all_unittests_main.cc b/remoting/host/setup/start_host_entry_point.cc
|
| similarity index 68%
|
| copy from ui/views/run_all_unittests_main.cc
|
| copy to remoting/host/setup/start_host_entry_point.cc
|
| index f3b39f0e557965d7ae27a9a66c52ffd8d1f497e4..393a8a7f6c704fd5d92bba81a9bb10dc1441fc7b 100644
|
| --- a/ui/views/run_all_unittests_main.cc
|
| +++ b/remoting/host/setup/start_host_entry_point.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/views/views_test_suite.h"
|
| +#include "remoting/host/setup/start_host_main.h"
|
|
|
| int main(int argc, char** argv) {
|
| - return views::ViewsTestSuite(argc, argv).RunTests();
|
| + return remoting::StartHostMain(argc, argv);
|
| }
|
|
|