Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1317)

Unified Diff: remoting/host/setup/start_host_entry_point.cc

Issue 2049173003: Updating remoting_start_host to use remoting_core.dll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698