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

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

Issue 2645973006: [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
Index: ui/views/mus/interactive_ui_tests_mus.cc
diff --git a/ui/views/mus/interactive_ui_tests_mus.cc b/ui/views/mus/interactive_ui_tests_mus.cc
index 4181166def3b2ba59638842f27ffadd23d1071d5..5bea8092bb4c7c48c2757fbe38bf828970c092ce 100644
--- a/ui/views/mus/interactive_ui_tests_mus.cc
+++ b/ui/views/mus/interactive_ui_tests_mus.cc
@@ -4,6 +4,6 @@
#include "ui/views/mus/views_mus_test_suite.h"
-int MasterProcessMain(int argc, char** argv) {
+int main(int argc, char** argv) {
return views::ViewsMusTestSuite(argc, argv).RunTestsSerially();
}

Powered by Google App Engine
This is Rietveld 408576698