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

Unified Diff: services/service_manager/connect_util.cc

Issue 2419063003: Move services/shell to services/service_manager (Closed)
Patch Set: 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
« no previous file with comments | « services/service_manager/connect_util.h ('k') | services/service_manager/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/connect_util.cc
diff --git a/services/shell/connect_util.cc b/services/service_manager/connect_util.cc
similarity index 84%
rename from services/shell/connect_util.cc
rename to services/service_manager/connect_util.cc
index 0bf502e6fba4717f8d3988a2f86539c2feda6120..fe7b750dc711a0b9d99331e84d715e6a7ab35ac4 100644
--- a/services/shell/connect_util.cc
+++ b/services/service_manager/connect_util.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/shell/connect_util.h"
+#include "services/service_manager/connect_util.h"
#include <memory>
#include <utility>
-#include "services/shell/connect_params.h"
-#include "services/shell/service_manager.h"
+#include "services/service_manager/connect_params.h"
+#include "services/service_manager/service_manager.h"
namespace shell {
« no previous file with comments | « services/service_manager/connect_util.h ('k') | services/service_manager/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698