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

Unified Diff: ui/views/mus/run_all_unittests_mus.cc

Issue 2651953002: Revert of [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « ui/views/mus/interactive_ui_tests_mus.cc ('k') | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/run_all_unittests_mus.cc
diff --git a/ui/views/mus/run_all_unittests_mus.cc b/ui/views/mus/run_all_unittests_mus.cc
index 49d9aaf837103c5c78bdcf65bb0f55e16a183f77..05e4f0c82a2770200a1878c6c3d1f62fe7206028 100644
--- a/ui/views/mus/run_all_unittests_mus.cc
+++ b/ui/views/mus/run_all_unittests_mus.cc
@@ -4,6 +4,6 @@
#include "ui/views/mus/views_mus_test_suite.h"
-int main(int argc, char** argv) {
+int MasterProcessMain(int argc, char** argv) {
return views::ViewsMusTestSuite(argc, argv).RunTests();
}
« no previous file with comments | « ui/views/mus/interactive_ui_tests_mus.cc ('k') | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698