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

Unified Diff: services/ui/service.cc

Issue 2192263002: MojoMain() -> ServiceMain() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « services/ui/main.cc ('k') | services/ui/test_ime/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.cc
diff --git a/services/ui/service.cc b/services/ui/service.cc
index 88892a933ce5cc9cb1e4c7bce35735e4de25b45c..8f2efab194e42531363283063ba3d5a91dfaa631 100644
--- a/services/ui/service.cc
+++ b/services/ui/service.cc
@@ -12,8 +12,8 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/platform_thread.h"
#include "build/build_config.h"
-#include "mojo/public/c/system/main.h"
#include "services/catalog/public/cpp/resource_loader.h"
+#include "services/shell/public/c/main.h"
#include "services/shell/public/cpp/connection.h"
#include "services/shell/public/cpp/connector.h"
#include "services/tracing/public/cpp/tracing_impl.h"
« no previous file with comments | « services/ui/main.cc ('k') | services/ui/test_ime/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698