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

Unified Diff: services/icu_data/main.cc

Issue 1987363004: Build libraries for a number of services. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove unnecessary imports Created 4 years, 7 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/icu_data/icu_data_impl.cc ('k') | services/tracing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/icu_data/main.cc
diff --git a/services/media/factory_service/main.cc b/services/icu_data/main.cc
similarity index 72%
copy from services/media/factory_service/main.cc
copy to services/icu_data/main.cc
index 6f516efb557fec13bdd34e5c2e517bd13e6bc31a..a10d795bb0244f43553761c445e5b64d5bfbb382 100644
--- a/services/media/factory_service/main.cc
+++ b/services/icu_data/main.cc
@@ -4,9 +4,9 @@
#include "mojo/application/application_runner_chromium.h"
#include "mojo/public/c/system/main.h"
-#include "services/media/factory_service/factory_service.h"
+#include "services/icu_data/icu_data_impl.h"
MojoResult MojoMain(MojoHandle application_request) {
- mojo::ApplicationRunnerChromium runner(new mojo::media::MediaFactoryService);
+ mojo::ApplicationRunnerChromium runner(new icu_data::ICUDataImpl);
return runner.Run(application_request);
}
« no previous file with comments | « services/icu_data/icu_data_impl.cc ('k') | services/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698