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

Unified Diff: services/view_manager/main.cc

Issue 774473003: Move view_manager service implementation to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: services/view_manager/main.cc
diff --git a/mojo/services/view_manager/main.cc b/services/view_manager/main.cc
similarity index 88%
rename from mojo/services/view_manager/main.cc
rename to services/view_manager/main.cc
index c03f3919c7b1a29d93177244cbf84684b3c0d81b..afcda553fa471bc390759674976b8c6569a35d45 100644
--- a/mojo/services/view_manager/main.cc
+++ b/services/view_manager/main.cc
@@ -4,7 +4,7 @@
#include "mojo/application/application_runner_chromium.h"
#include "mojo/public/c/system/main.h"
-#include "mojo/services/view_manager/view_manager_app.h"
+#include "services/view_manager/view_manager_app.h"
MojoResult MojoMain(MojoHandle shell_handle) {
mojo::ApplicationRunnerChromium runner(new mojo::service::ViewManagerApp);

Powered by Google App Engine
This is Rietveld 408576698