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

Unified Diff: services/service_manager/standalone/context.h

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/standalone/DEPS ('k') | services/service_manager/standalone/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/standalone/context.h
diff --git a/services/shell/standalone/context.h b/services/service_manager/standalone/context.h
similarity index 88%
rename from services/shell/standalone/context.h
rename to services/service_manager/standalone/context.h
index 4105956bf7400c6b3ed9452f367427a6c03226a0..1f6c6659a0fd2e29208b6553c692074d81a7bb77 100644
--- a/services/shell/standalone/context.h
+++ b/services/service_manager/standalone/context.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SERVICES_SHELL_STANDALONE_CONTEXT_H_
-#define SERVICES_SHELL_STANDALONE_CONTEXT_H_
+#ifndef SERVICES_SERVICE_MANAGER_STANDALONE_CONTEXT_H_
+#define SERVICES_SERVICE_MANAGER_STANDALONE_CONTEXT_H_
#include <memory>
@@ -13,8 +13,8 @@
#include "base/threading/thread.h"
#include "base/time/time.h"
#include "mojo/edk/embedder/process_delegate.h"
-#include "services/shell/service_manager.h"
-#include "services/shell/standalone/tracer.h"
+#include "services/service_manager/service_manager.h"
+#include "services/service_manager/standalone/tracer.h"
namespace base {
class SingleThreadTaskRunner;
@@ -82,4 +82,4 @@ class Context : public mojo::edk::ProcessDelegate {
} // namespace shell
-#endif // SERVICES_SHELL_STANDALONE_CONTEXT_H_
+#endif // SERVICES_SERVICE_MANAGER_STANDALONE_CONTEXT_H_
« no previous file with comments | « services/service_manager/standalone/DEPS ('k') | services/service_manager/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698