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

Unified Diff: services/service_manager/standalone/desktop/main.cc

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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: services/service_manager/standalone/desktop/main.cc
diff --git a/services/shell/standalone/desktop/main.cc b/services/service_manager/standalone/desktop/main.cc
similarity index 78%
rename from services/shell/standalone/desktop/main.cc
rename to services/service_manager/standalone/desktop/main.cc
index 9a27ab2844cca013d759afd2359373723d435a6a..ccc609135f7a8b0e0e86ee27871e90ea470a45a0 100644
--- a/services/shell/standalone/desktop/main.cc
+++ b/services/service_manager/standalone/desktop/main.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/shell/standalone/desktop/main_helper.h"
+#include "services/service_manager/standalone/desktop/main_helper.h"
int main(int argc, char** argv) {
return shell::StandaloneShellMain(argc, argv);

Powered by Google App Engine
This is Rietveld 408576698